#65CDFA

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

Shades of Maya Blue #65CDFA

Tints of Maya Blue #65CDFA

Color information

#65CDFA (or 0x65CDFA) is unknown color: approx Maya Blue. HEX triplet: 65, CD and FA. RGB value is (101,205,250). Sum of RGB (Red+Green+Blue) = 101+205+250=556 (73% of max value = 765). Red value is 101 (39.84% from 255 or 18.17% from 556); Green value is 205 (80.47% from 255 or 36.87% from 556); Blue value is 250 (98.05% from 255 or 44.96% from 556); Max value from RGB is 250 - color contains mainly: blue. Hex color #65CDFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65CDFA is #9A3205. Grayscale: #B2B2B2. Windows color (decimal): -10105350 or 16436581. OLE color: 16436581.

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

Color convert

RGB101205250-
CMYK0.600.1800.02
HSL198.12º93.71%68.82%-
HSV(B)198.12º59.6%98.04%-
XYZ44.4553.3398.39-
YUV179.03168.0472.34-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 18.17%
GREEN value IS 205 (80.47% from 255) = 36.87%
BLUE value IS 250 (98.05% from 255) = 44.96%
R=18.17%
G=36.87%
B=44.96%

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
Decimal1012052500.600.1800.02198.1293.7168.82
Hex65CDFA3C1202c65e45
Octal145315372742202306136105
Binary11001011100110111111010111100100100101100011010111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65CDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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