#65C1F5

Color #65C1F5 Maya Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maya Blue #65C1F5

Tints of Maya Blue #65C1F5

Color information

#65C1F5 (or 0x65C1F5) is unknown color: approx Maya Blue. HEX triplet: 65, C1 and F5. RGB value is (101,193,245). Sum of RGB (Red+Green+Blue) = 101+193+245=539 (71% of max value = 765). Red value is 101 (39.84% from 255 or 18.74% from 539); Green value is 193 (75.78% from 255 or 35.81% from 539); Blue value is 245 (96.09% from 255 or 45.45% from 539); Max value from RGB is 245 - color contains mainly: blue. Hex color #65C1F5 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65C1F5 is #9A3E0A. Grayscale: #ABABAB. Windows color (decimal): -10108427 or 16105829. OLE color: 16105829.

HSL color Cylindrical-coordinate representation of color #65C1F5: hue angle of 201.67º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #65C1F5 is Cyan = 0.59, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB101193245-
CMYK0.590.2100.04
HSL201.67º87.8%67.84%-
HSV(B)201.67º58.78%96.08%-
XYZ40.9247.593.4-
YUV171.42169.5277.77-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 101 (39.84% from 255) = 18.74%
GREEN value IS 193 (75.78% from 255) = 35.81%
BLUE value IS 245 (96.09% from 255) = 45.45%
R=18.74%
G=35.81%
B=45.45%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1011932450.590.2100.04201.6787.867.84
Hex65C1F53B1504ca5844
Octal145301365732504312130104
Binary110010111000001111101011110111010101001100101010110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65C1F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65C1F5; }

 p { color: rgb(101,193,245); }

 H1.HeaderClassName
 {
   color: #65C1F5;
 }
 .AnyTagClassName
 {
   color: #65C1F5;
 }
</style>
background-color css

<style>
 a { background-color: #65C1F5; }

 a { background-color: rgb(101,193,245); }

 div.DivClassName
 {
   background-color: #65C1F5;
 }
 .BgClassName
 {
   background-color: #65C1F5;
 }
</style>
border-color css

<style>
 span { border-color: #65C1F5; }

 span { border-color: rgb(101,193,245); }

 td.TdClassName
 {
   border-color: #65C1F5;
 }
 .TagClassName
 {
   border-color: #65C1F5;
 }
</style>