#65CEFE

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

Shades of Maya Blue #65CEFE

Tints of Maya Blue #65CEFE

Color information

#65CEFE (or 0x65CEFE) is unknown color: approx Maya Blue. HEX triplet: 65, CE and FE. RGB value is (101,206,254). Sum of RGB (Red+Green+Blue) = 101+206+254=561 (74% of max value = 765). Red value is 101 (39.84% from 255 or 18.00% from 561); Green value is 206 (80.86% from 255 or 36.72% from 561); Blue value is 254 (99.61% from 255 or 45.28% from 561); Max value from RGB is 254 - color contains mainly: blue. Hex color #65CEFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65CEFE is #9A3101. Grayscale: #B3B3B3. Windows color (decimal): -10105090 or 16698981. OLE color: 16698981.

HSL color Cylindrical-coordinate representation of color #65CEFE: hue angle of 198.82º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65CEFE is Cyan = 0.60, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB101206254-
CMYK0.600.1900.00
HSL198.82º98.71%69.61%-
HSV(B)198.82º60.24%99.61%-
XYZ45.3354.07101.81-
YUV180.08169.7171.6-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 18.00%
GREEN value IS 206 (80.86% from 255) = 36.72%
BLUE value IS 254 (99.61% from 255) = 45.28%
R=18.00%
G=36.72%
B=45.28%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1012062540.600.1900.00198.8298.7169.61
Hex65CEFE3C1300c76346
Octal145316376742300307143106
Binary1100101110011101111111011110010011001100011111000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65CEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,206,254); }

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

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

 a { background-color: rgb(101,206,254); }

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

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

 span { border-color: rgb(101,206,254); }

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