Html Css Color HEX #55CBFF Maya Blue

📋 copy color: '#55CBFF'

red 85 ◦ green 203 ◦ blue 255

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

Shades of Maya Blue #55CBFF

Tints of Maya Blue #55CBFF

RGB

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

 GREEN value IS 203 (79.69% from 255) = 37.38%

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

R = 15.65%
G = 37.38%
B = 46.96%

CMYK

 C value IS 0.67

 M value IS 0.20

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#55CBFF (or 0x55CBFF) is known color: Maya Blue. HEX triplet: 55, CB and FF. RGB value is (85,203,255). Sum of RGB (Red+Green+Blue) = 85+203+255=543 (71% of max value = 765). Red value is 85 (33.59% from 255 or 15.65% from 543); Green value is 203 (79.69% from 255 or 37.38% from 543); Blue value is 255 (100% from 255 or 46.96% from 543); Max value from RGB is 255 - color contains mainly: blue. Hex color #55CBFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55CBFF is #AA3400. Grayscale: #ADADAD. Windows color (decimal): -11154433 or 16763733. OLE color: 16763733.

HSL color Cylindrical-coordinate representation of color #55CBFF: hue angle of 198.35º 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 #55CBFF is Cyan = 0.67, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 85 203 255 -
CMYK 0.67 0.20 0 0
HSL 198.35º 1% 0.67% -
HSV(B) 198.35º 0.67% 1% -
XYZ 43.15 51.86 102.34 -
YUV 173.65 173.91 64.77 -
System Red Green Blue C M Y K H S L
Decimal 85 203 255 0.67 0.20 0 0 198.35 1 0.67
Hex 55 CB FF 43 14 0 0 C6 64 43
Octal 125 313 377 103 24 0 0 306 144 103
Binary 1010101 11001011 11111111 1000011 10100 0 0 11000110 1100100 1000011

Color Harmonies of #55CBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55CBFF

Black with #55CBFF

Text Example


Text Example

White with #55CBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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