Html Css Color HEX #65CAFE Maya Blue

📋 copy color: '#65CAFE'

red 101 ◦ green 202 ◦ blue 254

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

Shades of Maya Blue #65CAFE

Tints of Maya Blue #65CAFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 45.6%

R = 18.13%
G = 36.27%
B = 45.6%

CMYK

 C value IS 0.60

 M value IS 0.20

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#65CAFE (or 0x65CAFE) is known color: Maya Blue. HEX triplet: 65, CA and FE. RGB value is (101,202,254). Sum of RGB (Red+Green+Blue) = 101+202+254=557 (73% of max value = 765). Red value is 101 (39.84% from 255 or 18.13% from 557); Green value is 202 (79.30% from 255 or 36.27% from 557); Blue value is 254 (99.61% from 255 or 45.60% from 557); Max value from RGB is 254 - color contains mainly: blue. Hex color #65CAFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65CAFE is #9A3501. Grayscale: #B1B1B1. Windows color (decimal): -10106114 or 16697957. OLE color: 16697957.

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

Color convert

RGB 101 202 254 -
CMYK 0.60 0.20 0 0.00
HSL 200.39º 0.99% 0.7% -
HSV(B) 200.39º 0.6% 1% -
XYZ 44.38 52.16 101.5 -
YUV 177.73 171.04 73.27 -
System Red Green Blue C M Y K H S L
Decimal 101 202 254 0.60 0.20 0 0.00 200.39 0.99 0.7
Hex 65 CA FE 3C 14 0 0 C8 63 46
Octal 145 312 376 74 24 0 0 310 143 106
Binary 1100101 11001010 11111110 111100 10100 0 0 11001000 1100011 1000110

Color Harmonies of #65CAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65CAFE

Black with #65CAFE

Text Example


Text Example

White with #65CAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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