Html Css Color HEX #55CAFE Maya Blue

📋 copy color: '#55CAFE'

red 85 ◦ green 202 ◦ blue 254

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

Shades of Maya Blue #55CAFE

Tints of Maya Blue #55CAFE

RGB

 RED value IS 85 (33.59% from 255) = 15.71%

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

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

R = 15.71%
G = 37.34%
B = 46.95%

CMYK

 C value IS 0.67

 M value IS 0.20

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#55CAFE (or 0x55CAFE) is known color: Maya Blue. HEX triplet: 55, CA and FE. RGB value is (85,202,254). Sum of RGB (Red+Green+Blue) = 85+202+254=541 (71% of max value = 765). Red value is 85 (33.59% from 255 or 15.71% from 541); Green value is 202 (79.30% from 255 or 37.34% from 541); Blue value is 254 (99.61% from 255 or 46.95% from 541); Max value from RGB is 254 - color contains mainly: blue. Hex color #55CAFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55CAFE is #AA3501. Grayscale: #ACACAC. Windows color (decimal): -11154690 or 16697941. OLE color: 16697941.

HSL color Cylindrical-coordinate representation of color #55CAFE: hue angle of 198.46º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #55CAFE is Cyan = 0.67, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 85 202 254 -
CMYK 0.67 0.20 0 0.00
HSL 198.46º 0.99% 0.66% -
HSV(B) 198.46º 0.67% 1% -
XYZ 42.76 51.33 101.42 -
YUV 172.95 173.74 65.27 -
System Red Green Blue C M Y K H S L
Decimal 85 202 254 0.67 0.20 0 0.00 198.46 0.99 0.66
Hex 55 CA FE 43 14 0 0 C6 63 42
Octal 125 312 376 103 24 0 0 306 143 102
Binary 1010101 11001010 11111110 1000011 10100 0 0 11000110 1100011 1000010

Color Harmonies of #55CAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55CAFE

Black with #55CAFE

Text Example


Text Example

White with #55CAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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