Html Css Color HEX #41AADB Summer Sky

📋 copy color: '#41AADB'

red 65 ◦ green 170 ◦ blue 219

#41AADB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Summer Sky #41AADB

Tints of Summer Sky #41AADB

RGB

 RED value IS 65 (25.78% from 255) = 14.32%

 GREEN value IS 170 (66.8% from 255) = 37.44%

 BLUE value IS 219 (85.94% from 255) = 48.24%

R = 14.32%
G = 37.44%
B = 48.24%

CMYK

 C value IS 0.70

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#41AADB (or 0x41AADB) is known color: Summer Sky. HEX triplet: 41, AA and DB. RGB value is (65,170,219). Sum of RGB (Red+Green+Blue) = 65+170+219=454 (60% of max value = 765). Red value is 65 (25.78% from 255 or 14.32% from 454); Green value is 170 (66.80% from 255 or 37.44% from 454); Blue value is 219 (85.94% from 255 or 48.24% from 454); Max value from RGB is 219 - color contains mainly: blue. Hex color #41AADB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #41AADB is #BE5524. Grayscale: #8F8F8F. Windows color (decimal): -12473637 or 14395969. OLE color: 14395969.

HSL color Cylindrical-coordinate representation of color #41AADB: hue angle of 199.09º 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 #41AADB is Cyan = 0.70, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 65 170 219 -
CMYK 0.70 0.22 0 0.14
HSL 199.09º 0.68% 0.56% -
HSV(B) 199.09º 0.7% 0.86% -
XYZ 29.34 34.99 72.22 -
YUV 144.19 170.21 71.52 -
System Red Green Blue C M Y K H S L
Decimal 65 170 219 0.70 0.22 0 0.14 199.09 0.68 0.56
Hex 41 AA DB 46 16 0 E C7 44 38
Octal 101 252 333 106 26 0 16 307 104 70
Binary 1000001 10101010 11011011 1000110 10110 0 1110 11000111 1000100 111000

Color Harmonies of #41AADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41AADB

Black with #41AADB

Text Example


Text Example

White with #41AADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #41AADB;
 }
 .AnyTagClassName
 {
   color: #41AADB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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