Html Css Color HEX #41BADC Summer Sky

📋 copy color: '#41BADC'

red 65 ◦ green 186 ◦ blue 220

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

Shades of Summer Sky #41BADC

Tints of Summer Sky #41BADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 46.71%

R = 13.8%
G = 39.49%
B = 46.71%

CMYK

 C value IS 0.70

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#41BADC (or 0x41BADC) is known color: Summer Sky. HEX triplet: 41, BA and DC. RGB value is (65,186,220). Sum of RGB (Red+Green+Blue) = 65+186+220=471 (62% of max value = 765). Red value is 65 (25.78% from 255 or 13.80% from 471); Green value is 186 (73.05% from 255 or 39.49% from 471); Blue value is 220 (86.33% from 255 or 46.71% from 471); Max value from RGB is 220 - color contains mainly: blue. Hex color #41BADC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41BADC is #BE4523. Grayscale: #999999. Windows color (decimal): -12469540 or 14465601. OLE color: 14465601.

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

Color convert

RGB 65 186 220 -
CMYK 0.70 0.15 0 0.14
HSL 193.16º 0.69% 0.56% -
HSV(B) 193.16º 0.7% 0.86% -
XYZ 32.66 41.41 73.98 -
YUV 153.7 165.41 64.74 -
System Red Green Blue C M Y K H S L
Decimal 65 186 220 0.70 0.15 0 0.14 193.16 0.69 0.56
Hex 41 BA DC 46 F 0 E C1 45 38
Octal 101 272 334 106 17 0 16 301 105 70
Binary 1000001 10111010 11011100 1000110 1111 0 1110 11000001 1000101 111000

Color Harmonies of #41BADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41BADC

Black with #41BADC

Text Example


Text Example

White with #41BADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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