Html Css Color HEX #56EFF6 Baby Blue

📋 copy color: '#56EFF6'

red 86 ◦ green 239 ◦ blue 246

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

Shades of Baby Blue #56EFF6

Tints of Baby Blue #56EFF6

RGB

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

 GREEN value IS 239 (93.75% from 255) = 41.86%

 BLUE value IS 246 (96.48% from 255) = 43.08%

R = 15.06%
G = 41.86%
B = 43.08%

CMYK

 C value IS 0.65

 M value IS 0.03

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#56EFF6 (or 0x56EFF6) is known color: Baby Blue. HEX triplet: 56, EF and F6. RGB value is (86,239,246). Sum of RGB (Red+Green+Blue) = 86+239+246=571 (75% of max value = 765). Red value is 86 (33.98% from 255 or 15.06% from 571); Green value is 239 (93.75% from 255 or 41.86% from 571); Blue value is 246 (96.48% from 255 or 43.08% from 571); Max value from RGB is 246 - color contains mainly: blue. Hex color #56EFF6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #56EFF6 is #A91009. Grayscale: #C1C1C1. Windows color (decimal): -11079690 or 16183126. OLE color: 16183126.

HSL color Cylindrical-coordinate representation of color #56EFF6: hue angle of 182.62º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #56EFF6 is Cyan = 0.65, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 86 239 246 -
CMYK 0.65 0.03 0 0.04
HSL 182.63º 0.9% 0.65% -
HSV(B) 182.63º 0.65% 0.96% -
XYZ 51.34 70.37 98.06 -
YUV 194.05 157.31 50.93 -
System Red Green Blue C M Y K H S L
Decimal 86 239 246 0.65 0.03 0 0.04 182.63 0.9 0.65
Hex 56 EF F6 41 3 0 4 B7 5A 41
Octal 126 357 366 101 3 0 4 267 132 101
Binary 1010110 11101111 11110110 1000001 11 0 100 10110111 1011010 1000001

Color Harmonies of #56EFF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56EFF6

Black with #56EFF6

Text Example


Text Example

White with #56EFF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,239,246); }

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

background-color css

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

 a { background-color: rgb(86,239,246); }

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

border-color css

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

 span { border-color: rgb(86,239,246); }

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