Html Css Color HEX #40F6FA Baby Blue

📋 copy color: '#40F6FA'

red 64 ◦ green 246 ◦ blue 250

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

Shades of Baby Blue #40F6FA

Tints of Baby Blue #40F6FA

RGB

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

 GREEN value IS 246 (96.48% from 255) = 43.93%

 BLUE value IS 250 (98.05% from 255) = 44.64%

R = 11.43%
G = 43.93%
B = 44.64%

CMYK

 C value IS 0.74

 M value IS 0.02

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#40F6FA (or 0x40F6FA) is known color: Baby Blue. HEX triplet: 40, F6 and FA. RGB value is (64,246,250). Sum of RGB (Red+Green+Blue) = 64+246+250=560 (74% of max value = 765). Red value is 64 (25.39% from 255 or 11.43% from 560); Green value is 246 (96.48% from 255 or 43.93% from 560); Blue value is 250 (98.05% from 255 or 44.64% from 560); Max value from RGB is 250 - color contains mainly: blue. Hex color #40F6FA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #40F6FA is #BF0905. Grayscale: #BFBFBF. Windows color (decimal): -12519686 or 16447040. OLE color: 16447040.

HSL color Cylindrical-coordinate representation of color #40F6FA: hue angle of 181.29º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #40F6FA is Cyan = 0.74, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 64 246 250 -
CMYK 0.74 0.02 0 0.02
HSL 181.29º 0.95% 0.62% -
HSV(B) 181.29º 0.74% 0.98% -
XYZ 52.33 73.9 101.95 -
YUV 192.04 160.7 36.67 -
System Red Green Blue C M Y K H S L
Decimal 64 246 250 0.74 0.02 0 0.02 181.29 0.95 0.62
Hex 40 F6 FA 4A 2 0 2 B5 5F 3E
Octal 100 366 372 112 2 0 2 265 137 76
Binary 1000000 11110110 11111010 1001010 10 0 10 10110101 1011111 111110

Color Harmonies of #40F6FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40F6FA

Black with #40F6FA

Text Example


Text Example

White with #40F6FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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