Html Css Color HEX #55B3FE Maya Blue

📋 copy color: '#55B3FE'

red 85 ◦ green 179 ◦ blue 254

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

Shades of Maya Blue #55B3FE

Tints of Maya Blue #55B3FE

RGB

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

 GREEN value IS 179 (70.31% from 255) = 34.56%

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

R = 16.41%
G = 34.56%
B = 49.03%

CMYK

 C value IS 0.67

 M value IS 0.30

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#55B3FE (or 0x55B3FE) is known color: Maya Blue. HEX triplet: 55, B3 and FE. RGB value is (85,179,254). Sum of RGB (Red+Green+Blue) = 85+179+254=518 (68% of max value = 765). Red value is 85 (33.59% from 255 or 16.41% from 518); Green value is 179 (70.31% from 255 or 34.56% from 518); Blue value is 254 (99.61% from 255 or 49.03% from 518); Max value from RGB is 254 - color contains mainly: blue. Hex color #55B3FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55B3FE is #AA4C01. Grayscale: #9F9F9F. Windows color (decimal): -11160578 or 16692053. OLE color: 16692053.

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

Color convert

RGB 85 179 254 -
CMYK 0.67 0.30 0 0.00
HSL 206.63º 0.99% 0.66% -
HSV(B) 206.63º 0.67% 1% -
XYZ 37.76 41.33 99.75 -
YUV 159.44 181.36 74.9 -
System Red Green Blue C M Y K H S L
Decimal 85 179 254 0.67 0.30 0 0.00 206.63 0.99 0.66
Hex 55 B3 FE 43 1E 0 0 CF 63 42
Octal 125 263 376 103 36 0 0 317 143 102
Binary 1010101 10110011 11111110 1000011 11110 0 0 11001111 1100011 1000010

Color Harmonies of #55B3FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55B3FE

Black with #55B3FE

Text Example


Text Example

White with #55B3FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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