Html Css Color HEX #57CDF8 Maya Blue

📋 copy color: '#57CDF8'

red 87 ◦ green 205 ◦ blue 248

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

Shades of Maya Blue #57CDF8

Tints of Maya Blue #57CDF8

RGB

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

 GREEN value IS 205 (80.47% from 255) = 37.96%

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

R = 16.11%
G = 37.96%
B = 45.93%

CMYK

 C value IS 0.65

 M value IS 0.17

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#57CDF8 (or 0x57CDF8) is known color: Maya Blue. HEX triplet: 57, CD and F8. RGB value is (87,205,248). Sum of RGB (Red+Green+Blue) = 87+205+248=540 (71% of max value = 765). Red value is 87 (34.38% from 255 or 16.11% from 540); Green value is 205 (80.47% from 255 or 37.96% from 540); Blue value is 248 (97.27% from 255 or 45.93% from 540); Max value from RGB is 248 - color contains mainly: blue. Hex color #57CDF8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57CDF8 is #A83207. Grayscale: #AEAEAE. Windows color (decimal): -11022856 or 16305495. OLE color: 16305495.

HSL color Cylindrical-coordinate representation of color #57CDF8: hue angle of 196.02º 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 #57CDF8 is Cyan = 0.65, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 87 205 248 -
CMYK 0.65 0.17 0 0.03
HSL 196.02º 0.92% 0.66% -
HSV(B) 196.02º 0.65% 0.97% -
XYZ 42.71 52.47 96.68 -
YUV 174.62 169.41 65.5 -
System Red Green Blue C M Y K H S L
Decimal 87 205 248 0.65 0.17 0 0.03 196.02 0.92 0.66
Hex 57 CD F8 41 11 0 3 C4 5C 42
Octal 127 315 370 101 21 0 3 304 134 102
Binary 1010111 11001101 11111000 1000001 10001 0 11 11000100 1011100 1000010

Color Harmonies of #57CDF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57CDF8

Black with #57CDF8

Text Example


Text Example

White with #57CDF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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