Html Css Color HEX #40FEF6 Baby Blue

📋 copy color: '#40FEF6'

red 64 ◦ green 254 ◦ blue 246

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

Shades of Baby Blue #40FEF6

Tints of Baby Blue #40FEF6

RGB

 RED value IS 64 (25.39% from 255) = 11.35%

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

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

R = 11.35%
G = 45.04%
B = 43.62%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.03

 K value IS 0.00

RGB Variations

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

Color information

#40FEF6 (or 0x40FEF6) is known color: Baby Blue. HEX triplet: 40, FE and F6. RGB value is (64,254,246). Sum of RGB (Red+Green+Blue) = 64+254+246=564 (74% of max value = 765). Red value is 64 (25.39% from 255 or 11.35% from 564); Green value is 254 (99.61% from 255 or 45.04% from 564); Blue value is 246 (96.48% from 255 or 43.62% from 564); Max value from RGB is 254 - color contains mainly: green. Hex color #40FEF6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #40FEF6 is #BF0109. Grayscale: #C4C4C4. Windows color (decimal): -12517642 or 16186944. OLE color: 16186944.

HSL color Cylindrical-coordinate representation of color #40FEF6: hue angle of 177.47º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40FEF6 is Cyan = 0.75, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.00.

Color convert

RGB 64 254 246 -
CMYK 0.75 0 0.03 0.00
HSL 177.47º 0.99% 0.62% -
HSV(B) 177.47º 0.75% 1% -
XYZ 54.19 78.63 99.51 -
YUV 196.28 156.05 33.65 -
System Red Green Blue C M Y K H S L
Decimal 64 254 246 0.75 0 0.03 0.00 177.47 0.99 0.62
Hex 40 FE F6 4B 0 3 0 B1 63 3E
Octal 100 376 366 113 0 3 0 261 143 76
Binary 1000000 11111110 11110110 1001011 0 11 0 10110001 1100011 111110

Color Harmonies of #40FEF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40FEF6

Black with #40FEF6

Text Example


Text Example

White with #40FEF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40FEF6; }

 p { color: rgb(64,254,246); }

 H1.HeaderClassName
 {
   color: #40FEF6;
 }
 .AnyTagClassName
 {
   color: #40FEF6;
 }
</style>

background-color css

<style>
 a { background-color: #40FEF6; }

 a { background-color: rgb(64,254,246); }

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

border-color css

<style>
 span { border-color: #40FEF6; }

 span { border-color: rgb(64,254,246); }

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