Html Css Color HEX #55F7F4 Baby Blue

📋 copy color: '#55F7F4'

red 85 ◦ green 247 ◦ blue 244

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

Shades of Baby Blue #55F7F4

Tints of Baby Blue #55F7F4

RGB

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

 GREEN value IS 247 (96.88% from 255) = 42.88%

 BLUE value IS 244 (95.7% from 255) = 42.36%

R = 14.76%
G = 42.88%
B = 42.36%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.01

 K value IS 0.03

RGB Variations

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

Color information

#55F7F4 (or 0x55F7F4) is known color: Baby Blue. HEX triplet: 55, F7 and F4. RGB value is (85,247,244). Sum of RGB (Red+Green+Blue) = 85+247+244=576 (76% of max value = 765). Red value is 85 (33.59% from 255 or 14.76% from 576); Green value is 247 (96.88% from 255 or 42.88% from 576); Blue value is 244 (95.70% from 255 or 42.36% from 576); Max value from RGB is 247 - color contains mainly: green. Hex color #55F7F4 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #55F7F4 is #AA080B. Grayscale: #C6C6C6. Windows color (decimal): -11143180 or 16054101. OLE color: 16054101.

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

Color convert

RGB 85 247 244 -
CMYK 0.66 0 0.01 0.03
HSL 178.89º 0.91% 0.65% -
HSV(B) 178.89º 0.66% 0.97% -
XYZ 53.34 74.98 97.25 -
YUV 198.22 153.83 47.24 -
System Red Green Blue C M Y K H S L
Decimal 85 247 244 0.66 0 0.01 0.03 178.89 0.91 0.65
Hex 55 F7 F4 42 0 1 3 B3 5B 41
Octal 125 367 364 102 0 1 3 263 133 101
Binary 1010101 11110111 11110100 1000010 0 1 11 10110011 1011011 1000001

Color Harmonies of #55F7F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55F7F4

Black with #55F7F4

Text Example


Text Example

White with #55F7F4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,247,244); }

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

background-color css

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

 a { background-color: rgb(85,247,244); }

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

border-color css

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

 span { border-color: rgb(85,247,244); }

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