#41F1FF

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

Shades of Baby Blue #41F1FF

Tints of Baby Blue #41F1FF

Color information

#41F1FF (or 0x41F1FF) is unknown color: approx Baby Blue. HEX triplet: 41, F1 and FF. RGB value is (65,241,255). Sum of RGB (Red+Green+Blue) = 65+241+255=561 (74% of max value = 765). Red value is 65 (25.78% from 255 or 11.59% from 561); Green value is 241 (94.53% from 255 or 42.96% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: blue. Hex color #41F1FF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #41F1FF is #BE0E00. Grayscale: #BDBDBD. Windows color (decimal): -12455425 or 16773441. OLE color: 16773441.

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

Color convert

RGB65241255-
CMYK0.750.0500
HSL184.42º100%62.75%-
HSV(B)184.42º74.51%100%-
XYZ51.6971.25105.64-
YUV189.97164.6938.86-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 11.59%
GREEN value IS 241 (94.53% from 255) = 42.96%
BLUE value IS 255 (100% from 255) = 45.45%
R=11.59%
G=42.96%
B=45.45%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal652412550.750.0500184.4210062.75
Hex41F1FF4B500b8643f
Octal10136137711350027014477
Binary10000011111000111111111100101110100101110001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41F1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,241,255); }

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

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

 a { background-color: rgb(65,241,255); }

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

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

 span { border-color: rgb(65,241,255); }

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