Html Css Color HEX #57EAFD Baby Blue

📋 copy color: '#57EAFD'

red 87 ◦ green 234 ◦ blue 253

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

Shades of Baby Blue #57EAFD

Tints of Baby Blue #57EAFD

RGB

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

 GREEN value IS 234 (91.8% from 255) = 40.77%

 BLUE value IS 253 (99.22% from 255) = 44.08%

R = 15.16%
G = 40.77%
B = 44.08%

CMYK

 C value IS 0.66

 M value IS 0.08

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#57EAFD (or 0x57EAFD) is known color: Baby Blue. HEX triplet: 57, EA and FD. RGB value is (87,234,253). Sum of RGB (Red+Green+Blue) = 87+234+253=574 (76% of max value = 765). Red value is 87 (34.38% from 255 or 15.16% from 574); Green value is 234 (91.80% from 255 or 40.77% from 574); Blue value is 253 (99.22% from 255 or 44.08% from 574); Max value from RGB is 253 - color contains mainly: blue. Hex color #57EAFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #57EAFD is #A81502. Grayscale: #BFBFBF. Windows color (decimal): -11015427 or 16640599. OLE color: 16640599.

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

Color convert

RGB 87 234 253 -
CMYK 0.66 0.08 0 0.01
HSL 186.87º 0.98% 0.67% -
HSV(B) 186.87º 0.66% 0.99% -
XYZ 51.08 67.96 103.35 -
YUV 192.21 162.3 52.96 -
System Red Green Blue C M Y K H S L
Decimal 87 234 253 0.66 0.08 0 0.01 186.87 0.98 0.67
Hex 57 EA FD 42 8 0 1 BB 62 43
Octal 127 352 375 102 10 0 1 273 142 103
Binary 1010111 11101010 11111101 1000010 1000 0 1 10111011 1100010 1000011

Color Harmonies of #57EAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57EAFD

Black with #57EAFD

Text Example


Text Example

White with #57EAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,234,253); }

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

background-color css

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

 a { background-color: rgb(87,234,253); }

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

border-color css

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

 span { border-color: rgb(87,234,253); }

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