#41FEF5

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

Shades of Baby Blue #41FEF5

Tints of Baby Blue #41FEF5

Color information

#41FEF5 (or 0x41FEF5) is unknown color: approx Baby Blue. HEX triplet: 41, FE and F5. RGB value is (65,254,245). Sum of RGB (Red+Green+Blue) = 65+254+245=564 (74% of max value = 765). Red value is 65 (25.78% from 255 or 11.52% from 564); Green value is 254 (99.61% from 255 or 45.04% from 564); Blue value is 245 (96.09% from 255 or 43.44% from 564); Max value from RGB is 254 - color contains mainly: green. Hex color #41FEF5 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #41FEF5 is #BE010A. Grayscale: #C4C4C4. Windows color (decimal): -12452107 or 16121409. OLE color: 16121409.

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

Color convert

RGB65254245-
CMYK0.7400.040.00
HSL177.14º98.95%62.55%-
HSV(B)177.14º74.41%99.61%-
XYZ54.178.698.71-
YUV196.46155.3834.23-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 11.52%
GREEN value IS 254 (99.61% from 255) = 45.04%
BLUE value IS 245 (96.09% from 255) = 43.44%
R=11.52%
G=45.04%
B=43.44%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal652542450.7400.040.00177.1498.9562.55
Hex41FEF54A040b1633f
Octal10137636511204026114377
Binary10000011111111011110101100101001000101100011100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41FEF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,254,245); }

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

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

 a { background-color: rgb(65,254,245); }

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

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

 span { border-color: rgb(65,254,245); }

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