#41BCD6

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

Shades of Summer Sky #41BCD6

Tints of Summer Sky #41BCD6

Color information

#41BCD6 (or 0x41BCD6) is unknown color: approx Summer Sky. HEX triplet: 41, BC and D6. RGB value is (65,188,214). Sum of RGB (Red+Green+Blue) = 65+188+214=467 (61% of max value = 765). Red value is 65 (25.78% from 255 or 13.92% from 467); Green value is 188 (73.83% from 255 or 40.26% from 467); Blue value is 214 (83.98% from 255 or 45.82% from 467); Max value from RGB is 214 - color contains mainly: blue. Hex color #41BCD6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41BCD6 is #BE4329. Grayscale: #999999. Windows color (decimal): -12469034 or 14072897. OLE color: 14072897.

HSL color Cylindrical-coordinate representation of color #41BCD6: hue angle of 190.47º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #41BCD6 is Cyan = 0.70, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB65188214-
CMYK0.700.1200.16
HSL190.47º64.5%54.71%-
HSV(B)190.47º69.63%83.92%-
XYZ32.341.9570.01-
YUV154.19161.7564.39-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 13.92%
GREEN value IS 188 (73.83% from 255) = 40.26%
BLUE value IS 214 (83.98% from 255) = 45.82%
R=13.92%
G=40.26%
B=45.82%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal651882140.700.1200.16190.4764.554.71
Hex41BCD646C010be4137
Octal1012743261061402027610167
Binary1000001101111001101011010001101100010000101111101000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41BCD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,188,214); }

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

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

 a { background-color: rgb(65,188,214); }

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

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

 span { border-color: rgb(65,188,214); }

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