Html Css Color HEX #40FDFF Baby Blue

📋 copy color: '#40FDFF'

red 64 ◦ green 253 ◦ blue 255

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

Shades of Baby Blue #40FDFF

Tints of Baby Blue #40FDFF

RGB

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

 GREEN value IS 253 (99.22% from 255) = 44.23%

 BLUE value IS 255 (100% from 255) = 44.58%

R = 11.19%
G = 44.23%
B = 44.58%

CMYK

 C value IS 0.75

 M value IS 0.01

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#40FDFF (or 0x40FDFF) is known color: Baby Blue. HEX triplet: 40, FD and FF. RGB value is (64,253,255). Sum of RGB (Red+Green+Blue) = 64+253+255=572 (75% of max value = 765). Red value is 64 (25.39% from 255 or 11.19% from 572); Green value is 253 (99.22% from 255 or 44.23% from 572); Blue value is 255 (100% from 255 or 44.58% from 572); Max value from RGB is 255 - color contains mainly: blue. Hex color #40FDFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #40FDFF is #BF0200. Grayscale: #C4C4C4. Windows color (decimal): -12517889 or 16776512. OLE color: 16776512.

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

Color convert

RGB 64 253 255 -
CMYK 0.75 0.01 0 0
HSL 180.63º 1% 0.63% -
HSV(B) 180.63º 0.75% 1% -
XYZ 55.29 78.56 106.86 -
YUV 196.72 160.88 33.34 -
System Red Green Blue C M Y K H S L
Decimal 64 253 255 0.75 0.01 0 0 180.63 1 0.63
Hex 40 FD FF 4B 1 0 0 B5 64 3F
Octal 100 375 377 113 1 0 0 265 144 77
Binary 1000000 11111101 11111111 1001011 1 0 0 10110101 1100100 111111

Color Harmonies of #40FDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40FDFF

Black with #40FDFF

Text Example


Text Example

White with #40FDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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