#41F0FF

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

Shades of Baby Blue #41F0FF

Tints of Baby Blue #41F0FF

Color information

#41F0FF (or 0x41F0FF) is unknown color: approx Baby Blue. HEX triplet: 41, F0 and FF. RGB value is (65,240,255). Sum of RGB (Red+Green+Blue) = 65+240+255=560 (74% of max value = 765). Red value is 65 (25.78% from 255 or 11.61% from 560); Green value is 240 (94.14% from 255 or 42.86% from 560); Blue value is 255 (100% from 255 or 45.54% from 560); Max value from RGB is 255 - color contains mainly: blue. Hex color #41F0FF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #41F0FF is #BE0F00. Grayscale: #BDBDBD. Windows color (decimal): -12455681 or 16773185. OLE color: 16773185.

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

Color convert

RGB65240255-
CMYK0.750.0600
HSL184.74º100%62.75%-
HSV(B)184.74º74.51%100%-
XYZ51.3970.66105.54-
YUV189.38165.0239.28-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 11.61%
GREEN value IS 240 (94.14% from 255) = 42.86%
BLUE value IS 255 (100% from 255) = 45.54%
R=11.61%
G=42.86%
B=45.54%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal652402550.750.0600184.7410062.75
Hex41F0FF4B600b9643f
Octal10136037711360027114477
Binary10000011111000011111111100101111000101110011100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41F0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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