#65C9F0

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

Shades of Maya Blue #65C9F0

Tints of Maya Blue #65C9F0

Color information

#65C9F0 (or 0x65C9F0) is unknown color: approx Maya Blue. HEX triplet: 65, C9 and F0. RGB value is (101,201,240). Sum of RGB (Red+Green+Blue) = 101+201+240=542 (71% of max value = 765). Red value is 101 (39.84% from 255 or 18.63% from 542); Green value is 201 (78.91% from 255 or 37.08% from 542); Blue value is 240 (94.14% from 255 or 44.28% from 542); Max value from RGB is 240 - color contains mainly: blue. Hex color #65C9F0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65C9F0 is #9A360F. Grayscale: #AFAFAF. Windows color (decimal): -10106384 or 15780197. OLE color: 15780197.

HSL color Cylindrical-coordinate representation of color #65C9F0: hue angle of 196.83º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #65C9F0 is Cyan = 0.58, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB101201240-
CMYK0.580.1600.06
HSL196.83º82.25%66.86%-
HSV(B)196.83º57.92%94.12%-
XYZ41.9850.8390.04-
YUV175.55164.3774.83-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 18.63%
GREEN value IS 201 (78.91% from 255) = 37.08%
BLUE value IS 240 (94.14% from 255) = 44.28%
R=18.63%
G=37.08%
B=44.28%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1012012400.580.1600.06196.8382.2566.86
Hex65C9F03A1006c55243
Octal145311360722006305122103
Binary110010111001001111100001110101000001101100010110100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65C9F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,201,240); }

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

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

 a { background-color: rgb(101,201,240); }

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

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

 span { border-color: rgb(101,201,240); }

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