Html Css Color HEX #56EDFF Baby Blue

📋 copy color: '#56EDFF'

red 86 ◦ green 237 ◦ blue 255

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

Shades of Baby Blue #56EDFF

Tints of Baby Blue #56EDFF

RGB

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

 GREEN value IS 237 (92.97% from 255) = 41%

 BLUE value IS 255 (100% from 255) = 44.12%

R = 14.88%
G = 41%
B = 44.12%

CMYK

 C value IS 0.66

 M value IS 0.07

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#56EDFF (or 0x56EDFF) is known color: Baby Blue. HEX triplet: 56, ED and FF. RGB value is (86,237,255). Sum of RGB (Red+Green+Blue) = 86+237+255=578 (76% of max value = 765). Red value is 86 (33.98% from 255 or 14.88% from 578); Green value is 237 (92.97% from 255 or 41.00% from 578); Blue value is 255 (100% from 255 or 44.12% from 578); Max value from RGB is 255 - color contains mainly: blue. Hex color #56EDFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #56EDFF is #A91200. Grayscale: #C1C1C1. Windows color (decimal): -11080193 or 16772438. OLE color: 16772438.

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

Color convert

RGB 86 237 255 -
CMYK 0.66 0.07 0 0
HSL 186.39º 1% 0.67% -
HSV(B) 186.39º 0.66% 1% -
XYZ 52.17 69.77 105.32 -
YUV 193.9 162.47 51.04 -
System Red Green Blue C M Y K H S L
Decimal 86 237 255 0.66 0.07 0 0 186.39 1 0.67
Hex 56 ED FF 42 7 0 0 BA 64 43
Octal 126 355 377 102 7 0 0 272 144 103
Binary 1010110 11101101 11111111 1000010 111 0 0 10111010 1100100 1000011

Color Harmonies of #56EDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56EDFF

Black with #56EDFF

Text Example


Text Example

White with #56EDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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