Html Css Color HEX #55EFFC Baby Blue

📋 copy color: '#55EFFC'

red 85 ◦ green 239 ◦ blue 252

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

Shades of Baby Blue #55EFFC

Tints of Baby Blue #55EFFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 43.75%

R = 14.76%
G = 41.49%
B = 43.75%

CMYK

 C value IS 0.66

 M value IS 0.05

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#55EFFC (or 0x55EFFC) is known color: Baby Blue. HEX triplet: 55, EF and FC. RGB value is (85,239,252). Sum of RGB (Red+Green+Blue) = 85+239+252=576 (76% of max value = 765). Red value is 85 (33.59% from 255 or 14.76% from 576); Green value is 239 (93.75% from 255 or 41.49% from 576); Blue value is 252 (98.83% from 255 or 43.75% from 576); Max value from RGB is 252 - color contains mainly: blue. Hex color #55EFFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #55EFFC is #AA1003. Grayscale: #C2C2C2. Windows color (decimal): -11145220 or 16576341. OLE color: 16576341.

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

Color convert

RGB 85 239 252 -
CMYK 0.66 0.05 0 0.01
HSL 184.67º 0.97% 0.66% -
HSV(B) 184.67º 0.66% 0.99% -
XYZ 52.18 70.69 102.99 -
YUV 194.44 160.48 49.94 -
System Red Green Blue C M Y K H S L
Decimal 85 239 252 0.66 0.05 0 0.01 184.67 0.97 0.66
Hex 55 EF FC 42 5 0 1 B9 61 42
Octal 125 357 374 102 5 0 1 271 141 102
Binary 1010101 11101111 11111100 1000010 101 0 1 10111001 1100001 1000010

Color Harmonies of #55EFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55EFFC

Black with #55EFFC

Text Example


Text Example

White with #55EFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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