Html Css Color HEX #56FCED Baby Blue

📋 copy color: '#56FCED'

red 86 ◦ green 252 ◦ blue 237

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

Shades of Baby Blue #56FCED

Tints of Baby Blue #56FCED

RGB

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

 GREEN value IS 252 (98.83% from 255) = 43.83%

 BLUE value IS 237 (92.97% from 255) = 41.22%

R = 14.96%
G = 43.83%
B = 41.22%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#56FCED (or 0x56FCED) is known color: Baby Blue. HEX triplet: 56, FC and ED. RGB value is (86,252,237). Sum of RGB (Red+Green+Blue) = 86+252+237=575 (76% of max value = 765). Red value is 86 (33.98% from 255 or 14.96% from 575); Green value is 252 (98.83% from 255 or 43.83% from 575); Blue value is 237 (92.97% from 255 or 41.22% from 575); Max value from RGB is 252 - color contains mainly: green. Hex color #56FCED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #56FCED is #A90312. Grayscale: #C8C8C8. Windows color (decimal): -11076371 or 15596630. OLE color: 15596630.

HSL color Cylindrical-coordinate representation of color #56FCED: hue angle of 174.58º degrees, saturation: 0.97, 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 #56FCED is Cyan = 0.66, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB 86 252 237 -
CMYK 0.66 0 0.06 0.01
HSL 174.58º 0.97% 0.66% -
HSV(B) 174.58º 0.66% 0.99% -
XYZ 53.93 77.71 92.28 -
YUV 200.66 148.5 46.22 -
System Red Green Blue C M Y K H S L
Decimal 86 252 237 0.66 0 0.06 0.01 174.58 0.97 0.66
Hex 56 FC ED 42 0 6 1 AF 61 42
Octal 126 374 355 102 0 6 1 257 141 102
Binary 1010110 11111100 11101101 1000010 0 110 1 10101111 1100001 1000010

Color Harmonies of #56FCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56FCED

Black with #56FCED

Text Example


Text Example

White with #56FCED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,252,237); }

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

background-color css

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

 a { background-color: rgb(86,252,237); }

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

border-color css

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

 span { border-color: rgb(86,252,237); }

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