#41FDFB

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

Shades of Baby Blue #41FDFB

Tints of Baby Blue #41FDFB

Color information

#41FDFB (or 0x41FDFB) is unknown color: approx Baby Blue. HEX triplet: 41, FD and FB. RGB value is (65,253,251). Sum of RGB (Red+Green+Blue) = 65+253+251=569 (75% of max value = 765). Red value is 65 (25.78% from 255 or 11.42% from 569); Green value is 253 (99.22% from 255 or 44.46% from 569); Blue value is 251 (98.44% from 255 or 44.11% from 569); Max value from RGB is 253 - color contains mainly: green. Hex color #41FDFB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #41FDFB is #BE0204. Grayscale: #C4C4C4. Windows color (decimal): -12452357 or 16514369. OLE color: 16514369.

HSL color Cylindrical-coordinate representation of color #41FDFB: hue angle of 179.36º degrees, saturation: 0.98, 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 #41FDFB is Cyan = 0.74, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.

Color convert

RGB65253251-
CMYK0.7400.010.01
HSL179.36º97.92%62.35%-
HSV(B)179.36º74.31%99.22%-
XYZ54.7278.34103.5-
YUV196.56158.7234.16-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 11.42%
GREEN value IS 253 (99.22% from 255) = 44.46%
BLUE value IS 251 (98.44% from 255) = 44.11%
R=11.42%
G=44.46%
B=44.11%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal652532510.7400.010.01179.3697.9262.35
Hex41FDFB4A011b3623e
Octal10137537311201126314276
Binary100000111111101111110111001010011101100111100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41FDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,253,251); }

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

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

 a { background-color: rgb(65,253,251); }

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

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

 span { border-color: rgb(65,253,251); }

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