Html Css Color HEX #65CEFC Maya Blue

📋 copy color: '#65CEFC'

red 101 ◦ green 206 ◦ blue 252

#65CEFC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maya Blue #65CEFC

Tints of Maya Blue #65CEFC

RGB

 RED value IS 101 (39.84% from 255) = 18.07%

 GREEN value IS 206 (80.86% from 255) = 36.85%

 BLUE value IS 252 (98.83% from 255) = 45.08%

R = 18.07%
G = 36.85%
B = 45.08%

CMYK

 C value IS 0.60

 M value IS 0.18

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#65CEFC (or 0x65CEFC) is known color: Maya Blue. HEX triplet: 65, CE and FC. RGB value is (101,206,252). Sum of RGB (Red+Green+Blue) = 101+206+252=559 (74% of max value = 765). Red value is 101 (39.84% from 255 or 18.07% from 559); Green value is 206 (80.86% from 255 or 36.85% from 559); Blue value is 252 (98.83% from 255 or 45.08% from 559); Max value from RGB is 252 - color contains mainly: blue. Hex color #65CEFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65CEFC is #9A3103. Grayscale: #B3B3B3. Windows color (decimal): -10105092 or 16567909. OLE color: 16567909.

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

Color convert

RGB 101 206 252 -
CMYK 0.60 0.18 0 0.01
HSL 198.28º 0.96% 0.69% -
HSV(B) 198.28º 0.6% 0.99% -
XYZ 45.01 53.94 100.13 -
YUV 179.85 168.71 71.76 -
System Red Green Blue C M Y K H S L
Decimal 101 206 252 0.60 0.18 0 0.01 198.28 0.96 0.69
Hex 65 CE FC 3C 12 0 1 C6 60 45
Octal 145 316 374 74 22 0 1 306 140 105
Binary 1100101 11001110 11111100 111100 10010 0 1 11000110 1100000 1000101

Color Harmonies of #65CEFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65CEFC

Black with #65CEFC

Text Example


Text Example

White with #65CEFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #65CEFC;
 }
 .AnyTagClassName
 {
   color: #65CEFC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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