Html Css Color HEX #41AADD Summer Sky

📋 copy color: '#41AADD'

red 65 ◦ green 170 ◦ blue 221

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

Shades of Summer Sky #41AADD

Tints of Summer Sky #41AADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 48.46%

R = 14.25%
G = 37.28%
B = 48.46%

CMYK

 C value IS 0.71

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#41AADD (or 0x41AADD) is known color: Summer Sky. HEX triplet: 41, AA and DD. RGB value is (65,170,221). Sum of RGB (Red+Green+Blue) = 65+170+221=456 (60% of max value = 765). Red value is 65 (25.78% from 255 or 14.25% from 456); Green value is 170 (66.80% from 255 or 37.28% from 456); Blue value is 221 (86.72% from 255 or 48.46% from 456); Max value from RGB is 221 - color contains mainly: blue. Hex color #41AADD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #41AADD is #BE5522. Grayscale: #909090. Windows color (decimal): -12473635 or 14527041. OLE color: 14527041.

HSL color Cylindrical-coordinate representation of color #41AADD: hue angle of 199.62º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #41AADD is Cyan = 0.71, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 65 170 221 -
CMYK 0.71 0.23 0 0.13
HSL 199.62º 0.7% 0.56% -
HSV(B) 199.62º 0.71% 0.87% -
XYZ 29.61 35.09 73.62 -
YUV 144.42 171.21 71.35 -
System Red Green Blue C M Y K H S L
Decimal 65 170 221 0.71 0.23 0 0.13 199.62 0.7 0.56
Hex 41 AA DD 47 17 0 D C8 46 38
Octal 101 252 335 107 27 0 15 310 106 70
Binary 1000001 10101010 11011101 1000111 10111 0 1101 11001000 1000110 111000

Color Harmonies of #41AADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41AADD

Black with #41AADD

Text Example


Text Example

White with #41AADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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