Html Css Color HEX #57F5FF Baby Blue

📋 copy color: '#57F5FF'

red 87 ◦ green 245 ◦ blue 255

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

Shades of Baby Blue #57F5FF

Tints of Baby Blue #57F5FF

RGB

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

 GREEN value IS 245 (96.09% from 255) = 41.74%

 BLUE value IS 255 (100% from 255) = 43.44%

R = 14.82%
G = 41.74%
B = 43.44%

CMYK

 C value IS 0.66

 M value IS 0.04

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#57F5FF (or 0x57F5FF) is known color: Baby Blue. HEX triplet: 57, F5 and FF. RGB value is (87,245,255). Sum of RGB (Red+Green+Blue) = 87+245+255=587 (77% of max value = 765). Red value is 87 (34.38% from 255 or 14.82% from 587); Green value is 245 (96.09% from 255 or 41.74% from 587); Blue value is 255 (100% from 255 or 43.44% from 587); Max value from RGB is 255 - color contains mainly: blue. Hex color #57F5FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #57F5FF is #A80A00. Grayscale: #C6C6C6. Windows color (decimal): -11012609 or 16774487. OLE color: 16774487.

HSL color Cylindrical-coordinate representation of color #57F5FF: hue angle of 183.57º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #57F5FF is Cyan = 0.66, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 87 245 255 -
CMYK 0.66 0.04 0 0
HSL 183.57º 1% 0.67% -
HSV(B) 183.57º 0.66% 1% -
XYZ 54.63 74.55 106.12 -
YUV 198.9 159.65 48.19 -
System Red Green Blue C M Y K H S L
Decimal 87 245 255 0.66 0.04 0 0 183.57 1 0.67
Hex 57 F5 FF 42 4 0 0 B8 64 43
Octal 127 365 377 102 4 0 0 270 144 103
Binary 1010111 11110101 11111111 1000010 100 0 0 10111000 1100100 1000011

Color Harmonies of #57F5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57F5FF

Black with #57F5FF

Text Example


Text Example

White with #57F5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,245,255); }

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

background-color css

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

 a { background-color: rgb(87,245,255); }

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

border-color css

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

 span { border-color: rgb(87,245,255); }

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