Html Css Color HEX #56F2F6 Baby Blue

📋 copy color: '#56F2F6'

red 86 ◦ green 242 ◦ blue 246

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

Shades of Baby Blue #56F2F6

Tints of Baby Blue #56F2F6

RGB

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

 GREEN value IS 242 (94.92% from 255) = 42.16%

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

R = 14.98%
G = 42.16%
B = 42.86%

CMYK

 C value IS 0.65

 M value IS 0.02

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#56F2F6 (or 0x56F2F6) is known color: Baby Blue. HEX triplet: 56, F2 and F6. RGB value is (86,242,246). Sum of RGB (Red+Green+Blue) = 86+242+246=574 (76% of max value = 765). Red value is 86 (33.98% from 255 or 14.98% from 574); Green value is 242 (94.92% from 255 or 42.16% from 574); Blue value is 246 (96.48% from 255 or 42.86% from 574); Max value from RGB is 246 - color contains mainly: blue. Hex color #56F2F6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #56F2F6 is #A90D09. Grayscale: #C3C3C3. Windows color (decimal): -11078922 or 16183894. OLE color: 16183894.

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

Color convert

RGB 86 242 246 -
CMYK 0.65 0.02 0 0.04
HSL 181.5º 0.9% 0.65% -
HSV(B) 181.5º 0.65% 0.96% -
XYZ 52.22 72.14 98.36 -
YUV 195.81 156.32 49.67 -
System Red Green Blue C M Y K H S L
Decimal 86 242 246 0.65 0.02 0 0.04 181.5 0.9 0.65
Hex 56 F2 F6 41 2 0 4 B6 5A 41
Octal 126 362 366 101 2 0 4 266 132 101
Binary 1010110 11110010 11110110 1000001 10 0 100 10110110 1011010 1000001

Color Harmonies of #56F2F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56F2F6

Black with #56F2F6

Text Example


Text Example

White with #56F2F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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