Html Css Color HEX #65CAFA Maya Blue

📋 copy color: '#65CAFA'

red 101 ◦ green 202 ◦ blue 250

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

Shades of Maya Blue #65CAFA

Tints of Maya Blue #65CAFA

RGB

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

 GREEN value IS 202 (79.3% from 255) = 36.53%

 BLUE value IS 250 (98.05% from 255) = 45.21%

R = 18.26%
G = 36.53%
B = 45.21%

CMYK

 C value IS 0.60

 M value IS 0.19

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#65CAFA (or 0x65CAFA) is known color: Maya Blue. HEX triplet: 65, CA and FA. RGB value is (101,202,250). Sum of RGB (Red+Green+Blue) = 101+202+250=553 (73% of max value = 765). Red value is 101 (39.84% from 255 or 18.26% from 553); Green value is 202 (79.30% from 255 or 36.53% from 553); Blue value is 250 (98.05% from 255 or 45.21% from 553); Max value from RGB is 250 - color contains mainly: blue. Hex color #65CAFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65CAFA is #9A3505. Grayscale: #B0B0B0. Windows color (decimal): -10106118 or 16435813. OLE color: 16435813.

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

Color convert

RGB 101 202 250 -
CMYK 0.60 0.19 0 0.02
HSL 199.33º 0.94% 0.69% -
HSV(B) 199.33º 0.6% 0.98% -
XYZ 43.74 51.91 98.16 -
YUV 177.27 169.04 73.6 -
System Red Green Blue C M Y K H S L
Decimal 101 202 250 0.60 0.19 0 0.02 199.33 0.94 0.69
Hex 65 CA FA 3C 13 0 2 C7 5E 45
Octal 145 312 372 74 23 0 2 307 136 105
Binary 1100101 11001010 11111010 111100 10011 0 10 11000111 1011110 1000101

Color Harmonies of #65CAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65CAFA

Black with #65CAFA

Text Example


Text Example

White with #65CAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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