Html Css Color HEX #41BADD Summer Sky

📋 copy color: '#41BADD'

red 65 ◦ green 186 ◦ blue 221

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

Shades of Summer Sky #41BADD

Tints of Summer Sky #41BADD

RGB

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

 GREEN value IS 186 (73.05% from 255) = 39.41%

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

R = 13.77%
G = 39.41%
B = 46.82%

CMYK

 C value IS 0.71

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#41BADD (or 0x41BADD) is known color: Summer Sky. HEX triplet: 41, BA and DD. RGB value is (65,186,221). Sum of RGB (Red+Green+Blue) = 65+186+221=472 (62% of max value = 765). Red value is 65 (25.78% from 255 or 13.77% from 472); Green value is 186 (73.05% from 255 or 39.41% from 472); Blue value is 221 (86.72% from 255 or 46.82% from 472); Max value from RGB is 221 - color contains mainly: blue. Hex color #41BADD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41BADD is #BE4522. Grayscale: #999999. Windows color (decimal): -12469539 or 14531137. OLE color: 14531137.

HSL color Cylindrical-coordinate representation of color #41BADD: hue angle of 193.46º 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 #41BADD is Cyan = 0.71, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 65 186 221 -
CMYK 0.71 0.16 0 0.13
HSL 193.46º 0.7% 0.56% -
HSV(B) 193.46º 0.71% 0.87% -
XYZ 32.79 41.46 74.68 -
YUV 153.81 165.91 64.65 -
System Red Green Blue C M Y K H S L
Decimal 65 186 221 0.71 0.16 0 0.13 193.46 0.7 0.56
Hex 41 BA DD 47 10 0 D C1 46 38
Octal 101 272 335 107 20 0 15 301 106 70
Binary 1000001 10111010 11011101 1000111 10000 0 1101 11000001 1000110 111000

Color Harmonies of #41BADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41BADD

Black with #41BADD

Text Example


Text Example

White with #41BADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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