Html Css Color HEX #55C0FF Maya Blue

📋 copy color: '#55C0FF'

red 85 ◦ green 192 ◦ blue 255

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

Shades of Maya Blue #55C0FF

Tints of Maya Blue #55C0FF

RGB

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

 GREEN value IS 192 (75.39% from 255) = 36.09%

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

R = 15.98%
G = 36.09%
B = 47.93%

CMYK

 C value IS 0.67

 M value IS 0.25

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#55C0FF (or 0x55C0FF) is known color: Maya Blue. HEX triplet: 55, C0 and FF. RGB value is (85,192,255). Sum of RGB (Red+Green+Blue) = 85+192+255=532 (70% of max value = 765). Red value is 85 (33.59% from 255 or 15.98% from 532); Green value is 192 (75.39% from 255 or 36.09% from 532); Blue value is 255 (100% from 255 or 47.93% from 532); Max value from RGB is 255 - color contains mainly: blue. Hex color #55C0FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55C0FF is #AA3F00. Grayscale: #A6A6A6. Windows color (decimal): -11157249 or 16760917. OLE color: 16760917.

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

Color convert

RGB 85 192 255 -
CMYK 0.67 0.25 0 0
HSL 202.24º 1% 0.67% -
HSV(B) 202.24º 0.67% 1% -
XYZ 40.65 46.85 101.51 -
YUV 167.19 177.55 69.38 -
System Red Green Blue C M Y K H S L
Decimal 85 192 255 0.67 0.25 0 0 202.24 1 0.67
Hex 55 C0 FF 43 19 0 0 CA 64 43
Octal 125 300 377 103 31 0 0 312 144 103
Binary 1010101 11000000 11111111 1000011 11001 0 0 11001010 1100100 1000011

Color Harmonies of #55C0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55C0FF

Black with #55C0FF

Text Example


Text Example

White with #55C0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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