Html Css Color HEX #56EAFD Baby Blue

📋 copy color: '#56EAFD'

red 86 ◦ green 234 ◦ blue 253

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

Shades of Baby Blue #56EAFD

Tints of Baby Blue #56EAFD

RGB

 RED value IS 86 (33.98% from 255) = 15.01%

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

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

R = 15.01%
G = 40.84%
B = 44.15%

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

#56EAFD (or 0x56EAFD) is known color: Baby Blue. HEX triplet: 56, EA and FD. RGB value is (86,234,253). Sum of RGB (Red+Green+Blue) = 86+234+253=573 (75% of max value = 765). Red value is 86 (33.98% from 255 or 15.01% from 573); Green value is 234 (91.80% from 255 or 40.84% from 573); Blue value is 253 (99.22% from 255 or 44.15% from 573); Max value from RGB is 253 - color contains mainly: blue. Hex color #56EAFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #56EAFD is #A91502. Grayscale: #BFBFBF. Windows color (decimal): -11080963 or 16640598. OLE color: 16640598.

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

Color convert

RGB 86 234 253 -
CMYK 0.66 0.08 0 0.01
HSL 186.83º 0.98% 0.66% -
HSV(B) 186.83º 0.66% 0.99% -
XYZ 50.99 67.92 103.35 -
YUV 191.91 162.47 52.46 -
System Red Green Blue C M Y K H S L
Decimal 86 234 253 0.66 0.08 0 0.01 186.83 0.98 0.66
Hex 56 EA FD 42 8 0 1 BB 62 42
Octal 126 352 375 102 10 0 1 273 142 102
Binary 1010110 11101010 11111101 1000010 1000 0 1 10111011 1100010 1000010

Color Harmonies of #56EAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56EAFD

Black with #56EAFD

Text Example


Text Example

White with #56EAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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