#65CEFA

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

Shades of Maya Blue #65CEFA

Tints of Maya Blue #65CEFA

Color information

#65CEFA (or 0x65CEFA) is unknown color: approx Maya Blue. HEX triplet: 65, CE and FA. RGB value is (101,206,250). Sum of RGB (Red+Green+Blue) = 101+206+250=557 (73% of max value = 765). Red value is 101 (39.84% from 255 or 18.13% from 557); Green value is 206 (80.86% from 255 or 36.98% from 557); Blue value is 250 (98.05% from 255 or 44.88% from 557); Max value from RGB is 250 - color contains mainly: blue. Hex color #65CEFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65CEFA is #9A3105. Grayscale: #B3B3B3. Windows color (decimal): -10105094 or 16436837. OLE color: 16436837.

HSL color Cylindrical-coordinate representation of color #65CEFA: hue angle of 197.72º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65CEFA is Cyan = 0.60, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB101206250-
CMYK0.600.1800.02
HSL197.72º93.71%68.82%-
HSV(B)197.72º59.6%98.04%-
XYZ44.6953.8198.47-
YUV179.62167.7171.92-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 18.13%
GREEN value IS 206 (80.86% from 255) = 36.98%
BLUE value IS 250 (98.05% from 255) = 44.88%
R=18.13%
G=36.98%
B=44.88%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1012062500.600.1800.02197.7293.7168.82
Hex65CEFA3C1202c65e45
Octal145316372742202306136105
Binary11001011100111011111010111100100100101100011010111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65CEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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