Html Css Color HEX #57F2F8 Baby Blue

📋 copy color: '#57F2F8'

red 87 ◦ green 242 ◦ blue 248

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

Shades of Baby Blue #57F2F8

Tints of Baby Blue #57F2F8

RGB

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

 GREEN value IS 242 (94.92% from 255) = 41.94%

 BLUE value IS 248 (97.27% from 255) = 42.98%

R = 15.08%
G = 41.94%
B = 42.98%

CMYK

 C value IS 0.65

 M value IS 0.02

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#57F2F8 (or 0x57F2F8) is known color: Baby Blue. HEX triplet: 57, F2 and F8. RGB value is (87,242,248). Sum of RGB (Red+Green+Blue) = 87+242+248=577 (76% of max value = 765). Red value is 87 (34.38% from 255 or 15.08% from 577); Green value is 242 (94.92% from 255 or 41.94% from 577); Blue value is 248 (97.27% from 255 or 42.98% from 577); Max value from RGB is 248 - color contains mainly: blue. Hex color #57F2F8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #57F2F8 is #A80D07. Grayscale: #C4C4C4. Windows color (decimal): -11013384 or 16314967. OLE color: 16314967.

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

Color convert

RGB 87 242 248 -
CMYK 0.65 0.02 0 0.03
HSL 182.24º 0.92% 0.66% -
HSV(B) 182.24º 0.65% 0.97% -
XYZ 52.63 72.31 99.99 -
YUV 196.34 157.15 50.01 -
System Red Green Blue C M Y K H S L
Decimal 87 242 248 0.65 0.02 0 0.03 182.24 0.92 0.66
Hex 57 F2 F8 41 2 0 3 B6 5C 42
Octal 127 362 370 101 2 0 3 266 134 102
Binary 1010111 11110010 11111000 1000001 10 0 11 10110110 1011100 1000010

Color Harmonies of #57F2F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57F2F8

Black with #57F2F8

Text Example


Text Example

White with #57F2F8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,242,248); }

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

background-color css

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

 a { background-color: rgb(87,242,248); }

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

border-color css

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

 span { border-color: rgb(87,242,248); }

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