Html Css Color HEX #57FDFF Baby Blue

📋 copy color: '#57FDFF'

red 87 ◦ green 253 ◦ blue 255

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

Shades of Baby Blue #57FDFF

Tints of Baby Blue #57FDFF

RGB

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

 GREEN value IS 253 (99.22% from 255) = 42.52%

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

R = 14.62%
G = 42.52%
B = 42.86%

CMYK

 C value IS 0.66

 M value IS 0.01

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#57FDFF (or 0x57FDFF) is known color: Baby Blue. HEX triplet: 57, FD and FF. RGB value is (87,253,255). Sum of RGB (Red+Green+Blue) = 87+253+255=595 (78% of max value = 765). Red value is 87 (34.38% from 255 or 14.62% from 595); Green value is 253 (99.22% from 255 or 42.52% from 595); Blue value is 255 (100% from 255 or 42.86% from 595); Max value from RGB is 255 - color contains mainly: blue. Hex color #57FDFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #57FDFF is #A80200. Grayscale: #CBCBCB. Windows color (decimal): -11010561 or 16776535. OLE color: 16776535.

HSL color Cylindrical-coordinate representation of color #57FDFF: hue angle of 180.71º 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 #57FDFF is Cyan = 0.66, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 87 253 255 -
CMYK 0.66 0.01 0 0
HSL 180.71º 1% 0.67% -
HSV(B) 180.71º 0.66% 1% -
XYZ 57.11 79.5 106.94 -
YUV 203.59 157 44.84 -
System Red Green Blue C M Y K H S L
Decimal 87 253 255 0.66 0.01 0 0 180.71 1 0.67
Hex 57 FD FF 42 1 0 0 B5 64 43
Octal 127 375 377 102 1 0 0 265 144 103
Binary 1010111 11111101 11111111 1000010 1 0 0 10110101 1100100 1000011

Color Harmonies of #57FDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57FDFF

Black with #57FDFF

Text Example


Text Example

White with #57FDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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