Html Css Color HEX #57EFFF Baby Blue

📋 copy color: '#57EFFF'

red 87 ◦ green 239 ◦ blue 255

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

Shades of Baby Blue #57EFFF

Tints of Baby Blue #57EFFF

RGB

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

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

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

R = 14.97%
G = 41.14%
B = 43.89%

CMYK

 C value IS 0.66

 M value IS 0.06

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#57EFFF (or 0x57EFFF) is known color: Baby Blue. HEX triplet: 57, EF and FF. RGB value is (87,239,255). Sum of RGB (Red+Green+Blue) = 87+239+255=581 (76% of max value = 765). Red value is 87 (34.38% from 255 or 14.97% from 581); Green value is 239 (93.75% from 255 or 41.14% from 581); Blue value is 255 (100% from 255 or 43.89% from 581); Max value from RGB is 255 - color contains mainly: blue. Hex color #57EFFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #57EFFF is #A81000. Grayscale: #C3C3C3. Windows color (decimal): -11014145 or 16772951. OLE color: 16772951.

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

Color convert

RGB 87 239 255 -
CMYK 0.66 0.06 0 0
HSL 185.71º 1% 0.67% -
HSV(B) 185.71º 0.66% 1% -
XYZ 52.85 70.98 105.52 -
YUV 195.38 161.64 50.7 -
System Red Green Blue C M Y K H S L
Decimal 87 239 255 0.66 0.06 0 0 185.71 1 0.67
Hex 57 EF FF 42 6 0 0 BA 64 43
Octal 127 357 377 102 6 0 0 272 144 103
Binary 1010111 11101111 11111111 1000010 110 0 0 10111010 1100100 1000011

Color Harmonies of #57EFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57EFFF

Black with #57EFFF

Text Example


Text Example

White with #57EFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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