Html Css Color HEX #55EFFB Baby Blue

📋 copy color: '#55EFFB'

red 85 ◦ green 239 ◦ blue 251

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

Shades of Baby Blue #55EFFB

Tints of Baby Blue #55EFFB

RGB

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

 GREEN value IS 239 (93.75% from 255) = 41.57%

 BLUE value IS 251 (98.44% from 255) = 43.65%

R = 14.78%
G = 41.57%
B = 43.65%

CMYK

 C value IS 0.66

 M value IS 0.05

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#55EFFB (or 0x55EFFB) is known color: Baby Blue. HEX triplet: 55, EF and FB. RGB value is (85,239,251). Sum of RGB (Red+Green+Blue) = 85+239+251=575 (76% of max value = 765). Red value is 85 (33.59% from 255 or 14.78% from 575); Green value is 239 (93.75% from 255 or 41.57% from 575); Blue value is 251 (98.44% from 255 or 43.65% from 575); Max value from RGB is 251 - color contains mainly: blue. Hex color #55EFFB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #55EFFB is #AA1004. Grayscale: #C2C2C2. Windows color (decimal): -11145221 or 16510805. OLE color: 16510805.

HSL color Cylindrical-coordinate representation of color #55EFFB: hue angle of 184.34º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55EFFB is Cyan = 0.66, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 85 239 251 -
CMYK 0.66 0.05 0 0.02
HSL 184.34º 0.95% 0.66% -
HSV(B) 184.34º 0.66% 0.98% -
XYZ 52.03 70.63 102.16 -
YUV 194.32 159.98 50.02 -
System Red Green Blue C M Y K H S L
Decimal 85 239 251 0.66 0.05 0 0.02 184.34 0.95 0.66
Hex 55 EF FB 42 5 0 2 B8 5F 42
Octal 125 357 373 102 5 0 2 270 137 102
Binary 1010101 11101111 11111011 1000010 101 0 10 10111000 1011111 1000010

Color Harmonies of #55EFFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55EFFB

Black with #55EFFB

Text Example


Text Example

White with #55EFFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,239,251); }

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

background-color css

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

 a { background-color: rgb(85,239,251); }

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

border-color css

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

 span { border-color: rgb(85,239,251); }

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