Html Css Color HEX #55CEFF Maya Blue

📋 copy color: '#55CEFF'

red 85 ◦ green 206 ◦ blue 255

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

Shades of Maya Blue #55CEFF

Tints of Maya Blue #55CEFF

RGB

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

 GREEN value IS 206 (80.86% from 255) = 37.73%

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

R = 15.57%
G = 37.73%
B = 46.7%

CMYK

 C value IS 0.67

 M value IS 0.19

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#55CEFF (or 0x55CEFF) is known color: Maya Blue. HEX triplet: 55, CE and FF. RGB value is (85,206,255). Sum of RGB (Red+Green+Blue) = 85+206+255=546 (72% of max value = 765). Red value is 85 (33.59% from 255 or 15.57% from 546); Green value is 206 (80.86% from 255 or 37.73% from 546); Blue value is 255 (100% from 255 or 46.70% from 546); Max value from RGB is 255 - color contains mainly: blue. Hex color #55CEFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55CEFF is #AA3100. Grayscale: #AFAFAF. Windows color (decimal): -11153665 or 16764501. OLE color: 16764501.

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

Color convert

RGB 85 206 255 -
CMYK 0.67 0.19 0 0
HSL 197.29º 1% 0.67% -
HSV(B) 197.29º 0.67% 1% -
XYZ 43.87 53.29 102.58 -
YUV 175.41 172.91 63.52 -
System Red Green Blue C M Y K H S L
Decimal 85 206 255 0.67 0.19 0 0 197.29 1 0.67
Hex 55 CE FF 43 13 0 0 C5 64 43
Octal 125 316 377 103 23 0 0 305 144 103
Binary 1010101 11001110 11111111 1000011 10011 0 0 11000101 1100100 1000011

Color Harmonies of #55CEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55CEFF

Black with #55CEFF

Text Example


Text Example

White with #55CEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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