Html Css Color HEX #41ACDB Summer Sky

📋 copy color: '#41ACDB'

red 65 ◦ green 172 ◦ blue 219

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

Shades of Summer Sky #41ACDB

Tints of Summer Sky #41ACDB

RGB

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

 GREEN value IS 172 (67.58% from 255) = 37.72%

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

R = 14.25%
G = 37.72%
B = 48.03%

CMYK

 C value IS 0.70

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#41ACDB (or 0x41ACDB) is known color: Summer Sky. HEX triplet: 41, AC and DB. RGB value is (65,172,219). Sum of RGB (Red+Green+Blue) = 65+172+219=456 (60% of max value = 765). Red value is 65 (25.78% from 255 or 14.25% from 456); Green value is 172 (67.58% from 255 or 37.72% from 456); Blue value is 219 (85.94% from 255 or 48.03% from 456); Max value from RGB is 219 - color contains mainly: blue. Hex color #41ACDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #41ACDB is #BE5324. Grayscale: #919191. Windows color (decimal): -12473125 or 14396481. OLE color: 14396481.

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

Color convert

RGB 65 172 219 -
CMYK 0.70 0.21 0 0.14
HSL 198.31º 0.68% 0.56% -
HSV(B) 198.31º 0.7% 0.86% -
XYZ 29.72 35.74 72.35 -
YUV 145.37 169.55 70.68 -
System Red Green Blue C M Y K H S L
Decimal 65 172 219 0.70 0.21 0 0.14 198.31 0.68 0.56
Hex 41 AC DB 46 15 0 E C6 44 38
Octal 101 254 333 106 25 0 16 306 104 70
Binary 1000001 10101100 11011011 1000110 10101 0 1110 11000110 1000100 111000

Color Harmonies of #41ACDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41ACDB

Black with #41ACDB

Text Example


Text Example

White with #41ACDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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