#65C5F9

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

Shades of Maya Blue #65C5F9

Tints of Maya Blue #65C5F9

Color information

#65C5F9 (or 0x65C5F9) is unknown color: approx Maya Blue. HEX triplet: 65, C5 and F9. RGB value is (101,197,249). Sum of RGB (Red+Green+Blue) = 101+197+249=547 (72% of max value = 765). Red value is 101 (39.84% from 255 or 18.46% from 547); Green value is 197 (77.34% from 255 or 36.01% from 547); Blue value is 249 (97.66% from 255 or 45.52% from 547); Max value from RGB is 249 - color contains mainly: blue. Hex color #65C5F9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65C5F9 is #9A3A06. Grayscale: #ADADAD. Windows color (decimal): -10107399 or 16368997. OLE color: 16368997.

HSL color Cylindrical-coordinate representation of color #65C5F9: hue angle of 201.08º degrees, saturation: 0.93, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #65C5F9 is Cyan = 0.59, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB101197249-
CMYK0.590.2100.02
HSL201.08º92.5%68.63%-
HSV(B)201.08º59.44%97.65%-
XYZ42.4349.5496.95-
YUV174.22170.275.77-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 18.46%
GREEN value IS 197 (77.34% from 255) = 36.01%
BLUE value IS 249 (97.66% from 255) = 45.52%
R=18.46%
G=36.01%
B=45.52%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1011972490.590.2100.02201.0892.568.63
Hex65C5F93B1502c95c45
Octal145305371732502311134105
Binary11001011100010111111001111011101010101100100110111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65C5F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,197,249); }

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

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

 a { background-color: rgb(101,197,249); }

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

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

 span { border-color: rgb(101,197,249); }

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