#40F3FF

Color #40F3FF Baby Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baby Blue #40F3FF

Tints of Baby Blue #40F3FF

Color information

#40F3FF (or 0x40F3FF) is unknown color: approx Baby Blue. HEX triplet: 40, F3 and FF. RGB value is (64,243,255). Sum of RGB (Red+Green+Blue) = 64+243+255=562 (74% of max value = 765). Red value is 64 (25.39% from 255 or 11.39% from 562); Green value is 243 (95.31% from 255 or 43.24% from 562); Blue value is 255 (100% from 255 or 45.37% from 562); Max value from RGB is 255 - color contains mainly: blue. Hex color #40F3FF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #40F3FF is #BF0C00. Grayscale: #BEBEBE. Windows color (decimal): -12520449 or 16773952. OLE color: 16773952.

HSL color Cylindrical-coordinate representation of color #40F3FF: hue angle of 183.77º 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 #40F3FF is Cyan = 0.75, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB64243255-
CMYK0.750.0500
HSL183.77º100%62.55%-
HSV(B)183.77º74.9%100%-
XYZ52.2172.41105.83-
YUV190.85164.237.52-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 11.39%
GREEN value IS 243 (95.31% from 255) = 43.24%
BLUE value IS 255 (100% from 255) = 45.37%
R=11.39%
G=43.24%
B=45.37%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal642432550.750.0500183.7710062.55
Hex40F3FF4B500b8643f
Octal10036337711350027014477
Binary10000001111001111111111100101110100101110001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40F3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #40F3FF;
 }
 .AnyTagClassName
 {
   color: #40F3FF;
 }
</style>
background-color css

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

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

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

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

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

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