#41BBF0

Color #41BBF0 Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #41BBF0

Tints of Summer Sky #41BBF0

Color information

#41BBF0 (or 0x41BBF0) is unknown color: approx Summer Sky. HEX triplet: 41, BB and F0. RGB value is (65,187,240). Sum of RGB (Red+Green+Blue) = 65+187+240=492 (65% of max value = 765). Red value is 65 (25.78% from 255 or 13.21% from 492); Green value is 187 (73.44% from 255 or 38.01% from 492); Blue value is 240 (94.14% from 255 or 48.78% from 492); Max value from RGB is 240 - color contains mainly: blue. Hex color #41BBF0 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #41BBF0 is #BE440F. Grayscale: #9C9C9C. Windows color (decimal): -12469264 or 15776577. OLE color: 15776577.

HSL color Cylindrical-coordinate representation of color #41BBF0: hue angle of 198.17º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #41BBF0 is Cyan = 0.73, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB65187240-
CMYK0.730.2200.06
HSL198.17º85.37%59.8%-
HSV(B)198.17º72.92%94.12%-
XYZ35.6842.9688.85-
YUV156.56175.0862.69-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 13.21%
GREEN value IS 187 (73.44% from 255) = 38.01%
BLUE value IS 240 (94.14% from 255) = 48.78%
R=13.21%
G=38.01%
B=48.78%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal651872400.730.2200.06198.1785.3759.8
Hex41BBF0491606c6553c
Octal101273360111260630612574
Binary100000110111011111100001001001101100110110001101010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41BBF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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