#41B5DB

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

Shades of Summer Sky #41B5DB

Tints of Summer Sky #41B5DB

Color information

#41B5DB (or 0x41B5DB) is unknown color: approx Summer Sky. HEX triplet: 41, B5 and DB. RGB value is (65,181,219). Sum of RGB (Red+Green+Blue) = 65+181+219=465 (61% of max value = 765). Red value is 65 (25.78% from 255 or 13.98% from 465); Green value is 181 (71.09% from 255 or 38.92% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 219 - color contains mainly: blue. Hex color #41B5DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41B5DB is #BE4A24. Grayscale: #969696. Windows color (decimal): -12470821 or 14398785. OLE color: 14398785.

HSL color Cylindrical-coordinate representation of color #41B5DB: hue angle of 194.81º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #41B5DB is Cyan = 0.70, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB65181219-
CMYK0.700.1700.14
HSL194.81º68.14%55.69%-
HSV(B)194.81º70.32%85.88%-
XYZ31.4939.2972.94-
YUV150.65166.5766.91-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 13.98%
GREEN value IS 181 (71.09% from 255) = 38.92%
BLUE value IS 219 (85.94% from 255) = 47.10%
R=13.98%
G=38.92%
B=47.10%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal651812190.700.1700.14194.8168.1455.69
Hex41B5DB46110Ec34438
Octal1012653331062101630310470
Binary1000001101101011101101110001101000101110110000111000100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41B5DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,181,219); }

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

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

 a { background-color: rgb(65,181,219); }

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

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

 span { border-color: rgb(65,181,219); }

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