Html Css Color HEX #56FBED Baby Blue

📋 copy color: '#56FBED'

red 86 ◦ green 251 ◦ blue 237

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

Shades of Baby Blue #56FBED

Tints of Baby Blue #56FBED

RGB

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

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

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

R = 14.98%
G = 43.73%
B = 41.29%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#56FBED (or 0x56FBED) is known color: Baby Blue. HEX triplet: 56, FB and ED. RGB value is (86,251,237). Sum of RGB (Red+Green+Blue) = 86+251+237=574 (76% of max value = 765). Red value is 86 (33.98% from 255 or 14.98% from 574); Green value is 251 (98.44% from 255 or 43.73% from 574); Blue value is 237 (92.97% from 255 or 41.29% from 574); Max value from RGB is 251 - color contains mainly: green. Hex color #56FBED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #56FBED is #A90412. Grayscale: #C7C7C7. Windows color (decimal): -11076627 or 15596374. OLE color: 15596374.

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

Color convert

RGB 86 251 237 -
CMYK 0.66 0 0.06 0.02
HSL 174.91º 0.95% 0.66% -
HSV(B) 174.91º 0.66% 0.98% -
XYZ 53.62 77.09 92.17 -
YUV 200.07 148.84 46.64 -
System Red Green Blue C M Y K H S L
Decimal 86 251 237 0.66 0 0.06 0.02 174.91 0.95 0.66
Hex 56 FB ED 42 0 6 2 AF 5F 42
Octal 126 373 355 102 0 6 2 257 137 102
Binary 1010110 11111011 11101101 1000010 0 110 10 10101111 1011111 1000010

Color Harmonies of #56FBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56FBED

Black with #56FBED

Text Example


Text Example

White with #56FBED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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