#65CCFE

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

Shades of Maya Blue #65CCFE

Tints of Maya Blue #65CCFE

Color information

#65CCFE (or 0x65CCFE) is unknown color: approx Maya Blue. HEX triplet: 65, CC and FE. RGB value is (101,204,254). Sum of RGB (Red+Green+Blue) = 101+204+254=559 (74% of max value = 765). Red value is 101 (39.84% from 255 or 18.07% from 559); Green value is 204 (80.08% from 255 or 36.49% from 559); Blue value is 254 (99.61% from 255 or 45.44% from 559); Max value from RGB is 254 - color contains mainly: blue. Hex color #65CCFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65CCFE is #9A3301. Grayscale: #B2B2B2. Windows color (decimal): -10105602 or 16698469. OLE color: 16698469.

HSL color Cylindrical-coordinate representation of color #65CCFE: hue angle of 199.61º 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 #65CCFE is Cyan = 0.60, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB101204254-
CMYK0.600.2000.00
HSL199.61º98.71%69.61%-
HSV(B)199.61º60.24%99.61%-
XYZ44.8553.11101.65-
YUV178.9170.3872.43-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 18.07%
GREEN value IS 204 (80.08% from 255) = 36.49%
BLUE value IS 254 (99.61% from 255) = 45.44%
R=18.07%
G=36.49%
B=45.44%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1012042540.600.2000.00199.6198.7169.61
Hex65CCFE3C1400c86346
Octal145314376742400310143106
Binary1100101110011001111111011110010100001100100011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65CCFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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