#41F3FC

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

Shades of Baby Blue #41F3FC

Tints of Baby Blue #41F3FC

Color information

#41F3FC (or 0x41F3FC) is unknown color: approx Baby Blue. HEX triplet: 41, F3 and FC. RGB value is (65,243,252). Sum of RGB (Red+Green+Blue) = 65+243+252=560 (74% of max value = 765). Red value is 65 (25.78% from 255 or 11.61% from 560); Green value is 243 (95.31% from 255 or 43.39% from 560); Blue value is 252 (98.83% from 255 or 45% from 560); Max value from RGB is 252 - color contains mainly: blue. Hex color #41F3FC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #41F3FC is #BE0C03. Grayscale: #BEBEBE. Windows color (decimal): -12454916 or 16577345. OLE color: 16577345.

HSL color Cylindrical-coordinate representation of color #41F3FC: hue angle of 182.89º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #41F3FC is Cyan = 0.74, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB65243252-
CMYK0.740.0400.01
HSL182.89º96.89%62.16%-
HSV(B)182.89º74.21%98.82%-
XYZ51.872.25103.31-
YUV190.8162.5338.27-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 11.61%
GREEN value IS 243 (95.31% from 255) = 43.39%
BLUE value IS 252 (98.83% from 255) = 45%
R=11.61%
G=43.39%
B=45%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal652432520.740.0400.01182.8996.8962.16
Hex41F3FC4A401b7613e
Octal10136337411240126714176
Binary10000011111001111111100100101010001101101111100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41F3FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41F3FC; }

 p { color: rgb(65,243,252); }

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

<style>
 a { background-color: #41F3FC; }

 a { background-color: rgb(65,243,252); }

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

<style>
 span { border-color: #41F3FC; }

 span { border-color: rgb(65,243,252); }

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