#41BAEF

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

Shades of Summer Sky #41BAEF

Tints of Summer Sky #41BAEF

Color information

#41BAEF (or 0x41BAEF) is unknown color: approx Summer Sky. HEX triplet: 41, BA and EF. RGB value is (65,186,239). Sum of RGB (Red+Green+Blue) = 65+186+239=490 (64% of max value = 765). Red value is 65 (25.78% from 255 or 13.27% from 490); Green value is 186 (73.05% from 255 or 37.96% from 490); Blue value is 239 (93.75% from 255 or 48.78% from 490); Max value from RGB is 239 - color contains mainly: blue. Hex color #41BAEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #41BAEF is #BE4510. Grayscale: #9B9B9B. Windows color (decimal): -12469521 or 15710785. OLE color: 15710785.

HSL color Cylindrical-coordinate representation of color #41BAEF: hue angle of 198.28º degrees, saturation: 0.84, 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 #41BAEF is Cyan = 0.73, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB65186239-
CMYK0.730.2200.06
HSL198.28º84.47%59.61%-
HSV(B)198.28º72.8%93.73%-
XYZ35.3242.4788-
YUV155.86174.9163.19-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 13.27%
GREEN value IS 186 (73.05% from 255) = 37.96%
BLUE value IS 239 (93.75% from 255) = 48.78%
R=13.27%
G=37.96%
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
Decimal651862390.730.2200.06198.2884.4759.61
Hex41BAEF491606c6543c
Octal101272357111260630612474
Binary100000110111010111011111001001101100110110001101010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41BAEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,186,239); }

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

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

 a { background-color: rgb(65,186,239); }

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

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

 span { border-color: rgb(65,186,239); }

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