Html Css Color HEX #57EFFC Baby Blue

📋 copy color: '#57EFFC'

red 87 ◦ green 239 ◦ blue 252

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

Shades of Baby Blue #57EFFC

Tints of Baby Blue #57EFFC

RGB

 RED value IS 87 (34.38% from 255) = 15.05%

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

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

R = 15.05%
G = 41.35%
B = 43.6%

CMYK

 C value IS 0.65

 M value IS 0.05

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#57EFFC (or 0x57EFFC) is known color: Baby Blue. HEX triplet: 57, EF and FC. RGB value is (87,239,252). Sum of RGB (Red+Green+Blue) = 87+239+252=578 (76% of max value = 765). Red value is 87 (34.38% from 255 or 15.05% from 578); Green value is 239 (93.75% from 255 or 41.35% from 578); Blue value is 252 (98.83% from 255 or 43.60% from 578); Max value from RGB is 252 - color contains mainly: blue. Hex color #57EFFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #57EFFC is #A81003. Grayscale: #C2C2C2. Windows color (decimal): -11014148 or 16576343. OLE color: 16576343.

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

Color convert

RGB 87 239 252 -
CMYK 0.65 0.05 0 0.01
HSL 184.73º 0.96% 0.66% -
HSV(B) 184.73º 0.65% 0.99% -
XYZ 52.37 70.79 103 -
YUV 195.03 160.14 50.94 -
System Red Green Blue C M Y K H S L
Decimal 87 239 252 0.65 0.05 0 0.01 184.73 0.96 0.66
Hex 57 EF FC 41 5 0 1 B9 60 42
Octal 127 357 374 101 5 0 1 271 140 102
Binary 1010111 11101111 11111100 1000001 101 0 1 10111001 1100000 1000010

Color Harmonies of #57EFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57EFFC

Black with #57EFFC

Text Example


Text Example

White with #57EFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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