Html Css Color HEX #55CAFF Maya Blue

📋 copy color: '#55CAFF'

red 85 ◦ green 202 ◦ blue 255

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

Shades of Maya Blue #55CAFF

Tints of Maya Blue #55CAFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 47.05%

R = 15.68%
G = 37.27%
B = 47.05%

CMYK

 C value IS 0.67

 M value IS 0.21

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#55CAFF (or 0x55CAFF) is known color: Maya Blue. HEX triplet: 55, CA and FF. RGB value is (85,202,255). Sum of RGB (Red+Green+Blue) = 85+202+255=542 (71% of max value = 765). Red value is 85 (33.59% from 255 or 15.68% from 542); Green value is 202 (79.30% from 255 or 37.27% from 542); Blue value is 255 (100% from 255 or 47.05% from 542); Max value from RGB is 255 - color contains mainly: blue. Hex color #55CAFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55CAFF is #AA3500. Grayscale: #ACACAC. Windows color (decimal): -11154689 or 16763477. OLE color: 16763477.

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

Color convert

RGB 85 202 255 -
CMYK 0.67 0.21 0 0
HSL 198.71º 1% 0.67% -
HSV(B) 198.71º 0.67% 1% -
XYZ 42.92 51.39 102.27 -
YUV 173.06 174.24 65.19 -
System Red Green Blue C M Y K H S L
Decimal 85 202 255 0.67 0.21 0 0 198.71 1 0.67
Hex 55 CA FF 43 15 0 0 C7 64 43
Octal 125 312 377 103 25 0 0 307 144 103
Binary 1010101 11001010 11111111 1000011 10101 0 0 11000111 1100100 1000011

Color Harmonies of #55CAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55CAFF

Black with #55CAFF

Text Example


Text Example

White with #55CAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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