Html Css Color HEX #40F9FD Baby Blue

📋 copy color: '#40F9FD'

red 64 ◦ green 249 ◦ blue 253

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

Shades of Baby Blue #40F9FD

Tints of Baby Blue #40F9FD

RGB

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

 GREEN value IS 249 (97.66% from 255) = 43.99%

 BLUE value IS 253 (99.22% from 255) = 44.7%

R = 11.31%
G = 43.99%
B = 44.7%

CMYK

 C value IS 0.75

 M value IS 0.02

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#40F9FD (or 0x40F9FD) is known color: Baby Blue. HEX triplet: 40, F9 and FD. RGB value is (64,249,253). Sum of RGB (Red+Green+Blue) = 64+249+253=566 (74% of max value = 765). Red value is 64 (25.39% from 255 or 11.31% from 566); Green value is 249 (97.66% from 255 or 43.99% from 566); Blue value is 253 (99.22% from 255 or 44.70% from 566); Max value from RGB is 253 - color contains mainly: blue. Hex color #40F9FD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #40F9FD is #BF0602. Grayscale: #C1C1C1. Windows color (decimal): -12518915 or 16644416. OLE color: 16644416.

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

Color convert

RGB 64 249 253 -
CMYK 0.75 0.02 0 0.01
HSL 181.27º 0.98% 0.62% -
HSV(B) 181.27º 0.75% 0.99% -
XYZ 53.72 75.93 104.75 -
YUV 194.14 161.21 35.17 -
System Red Green Blue C M Y K H S L
Decimal 64 249 253 0.75 0.02 0 0.01 181.27 0.98 0.62
Hex 40 F9 FD 4B 2 0 1 B5 62 3E
Octal 100 371 375 113 2 0 1 265 142 76
Binary 1000000 11111001 11111101 1001011 10 0 1 10110101 1100010 111110

Color Harmonies of #40F9FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40F9FD

Black with #40F9FD

Text Example


Text Example

White with #40F9FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,249,253); }

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

background-color css

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

 a { background-color: rgb(64,249,253); }

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

border-color css

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

 span { border-color: rgb(64,249,253); }

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