Html Css Color HEX #56FEE6 Baby Blue

📋 copy color: '#56FEE6'

red 86 ◦ green 254 ◦ blue 230

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

Shades of Baby Blue #56FEE6

Tints of Baby Blue #56FEE6

RGB

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

 GREEN value IS 254 (99.61% from 255) = 44.56%

 BLUE value IS 230 (90.23% from 255) = 40.35%

R = 15.09%
G = 44.56%
B = 40.35%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.09

 K value IS 0.00

RGB Variations

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

Color information

#56FEE6 (or 0x56FEE6) is known color: Baby Blue. HEX triplet: 56, FE and E6. RGB value is (86,254,230). Sum of RGB (Red+Green+Blue) = 86+254+230=570 (75% of max value = 765). Red value is 86 (33.98% from 255 or 15.09% from 570); Green value is 254 (99.61% from 255 or 44.56% from 570); Blue value is 230 (90.23% from 255 or 40.35% from 570); Max value from RGB is 254 - color contains mainly: green. Hex color #56FEE6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #56FEE6 is #A90119. Grayscale: #C8C8C8. Windows color (decimal): -11075866 or 15138390. OLE color: 15138390.

HSL color Cylindrical-coordinate representation of color #56FEE6: hue angle of 171.43º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #56FEE6 is Cyan = 0.66, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.00.

Color convert

RGB 86 254 230 -
CMYK 0.66 0 0.09 0.00
HSL 171.43º 0.99% 0.67% -
HSV(B) 171.43º 0.66% 1% -
XYZ 53.56 78.58 87.21 -
YUV 201.03 144.34 45.95 -
System Red Green Blue C M Y K H S L
Decimal 86 254 230 0.66 0 0.09 0.00 171.43 0.99 0.67
Hex 56 FE E6 42 0 9 0 AB 63 43
Octal 126 376 346 102 0 11 0 253 143 103
Binary 1010110 11111110 11100110 1000010 0 1001 0 10101011 1100011 1000011

Color Harmonies of #56FEE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56FEE6

Black with #56FEE6

Text Example


Text Example

White with #56FEE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,254,230); }

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

background-color css

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

 a { background-color: rgb(86,254,230); }

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

border-color css

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

 span { border-color: rgb(86,254,230); }

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