Html Css Color HEX #56FBE5 Baby Blue

📋 copy color: '#56FBE5'

red 86 ◦ green 251 ◦ blue 229

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

Shades of Baby Blue #56FBE5

Tints of Baby Blue #56FBE5

RGB

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

 GREEN value IS 251 (98.44% from 255) = 44.35%

 BLUE value IS 229 (89.84% from 255) = 40.46%

R = 15.19%
G = 44.35%
B = 40.46%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#56FBE5 (or 0x56FBE5) is known color: Baby Blue. HEX triplet: 56, FB and E5. RGB value is (86,251,229). Sum of RGB (Red+Green+Blue) = 86+251+229=566 (74% of max value = 765). Red value is 86 (33.98% from 255 or 15.19% from 566); Green value is 251 (98.44% from 255 or 44.35% from 566); Blue value is 229 (89.84% from 255 or 40.46% from 566); Max value from RGB is 251 - color contains mainly: green. Hex color #56FBE5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56FBE5 is #A9041A. Grayscale: #C7C7C7. Windows color (decimal): -11076635 or 15072086. OLE color: 15072086.

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

Color convert

RGB 86 251 229 -
CMYK 0.66 0 0.09 0.02
HSL 172º 0.95% 0.66% -
HSV(B) 172º 0.66% 0.98% -
XYZ 52.48 76.63 86.15 -
YUV 199.16 144.84 47.29 -
System Red Green Blue C M Y K H S L
Decimal 86 251 229 0.66 0 0.09 0.02 172 0.95 0.66
Hex 56 FB E5 42 0 9 2 AC 5F 42
Octal 126 373 345 102 0 11 2 254 137 102
Binary 1010110 11111011 11100101 1000010 0 1001 10 10101100 1011111 1000010

Color Harmonies of #56FBE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56FBE5

Black with #56FBE5

Text Example


Text Example

White with #56FBE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,251,229); }

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

background-color css

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

 a { background-color: rgb(86,251,229); }

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

border-color css

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

 span { border-color: rgb(86,251,229); }

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