Html Css Color HEX #55FFE7 Baby Blue

📋 copy color: '#55FFE7'

red 85 ◦ green 255 ◦ blue 231

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

Shades of Baby Blue #55FFE7

Tints of Baby Blue #55FFE7

RGB

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

 GREEN value IS 255 (100% from 255) = 44.66%

 BLUE value IS 231 (90.63% from 255) = 40.46%

R = 14.89%
G = 44.66%
B = 40.46%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.09

 K value IS 0

RGB Variations

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

Color information

#55FFE7 (or 0x55FFE7) is known color: Baby Blue. HEX triplet: 55, FF and E7. RGB value is (85,255,231). Sum of RGB (Red+Green+Blue) = 85+255+231=571 (75% of max value = 765). Red value is 85 (33.59% from 255 or 14.89% from 571); Green value is 255 (100% from 255 or 44.66% from 571); Blue value is 231 (90.62% from 255 or 40.46% from 571); Max value from RGB is 255 - color contains mainly: green. Hex color #55FFE7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #55FFE7 is #AA0018. Grayscale: #C9C9C9. Windows color (decimal): -11141145 or 15204181. OLE color: 15204181.

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

Color convert

RGB 85 255 231 -
CMYK 0.67 0 0.09 0
HSL 171.53º 1% 0.67% -
HSV(B) 171.53º 0.67% 1% -
XYZ 53.93 79.22 88.05 -
YUV 201.43 144.68 44.95 -
System Red Green Blue C M Y K H S L
Decimal 85 255 231 0.67 0 0.09 0 171.53 1 0.67
Hex 55 FF E7 43 0 9 0 AC 64 43
Octal 125 377 347 103 0 11 0 254 144 103
Binary 1010101 11111111 11100111 1000011 0 1001 0 10101100 1100100 1000011

Color Harmonies of #55FFE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55FFE7

Black with #55FFE7

Text Example


Text Example

White with #55FFE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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