Html Css Color HEX #41ABDB Summer Sky

📋 copy color: '#41ABDB'

red 65 ◦ green 171 ◦ blue 219

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

Shades of Summer Sky #41ABDB

Tints of Summer Sky #41ABDB

RGB

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

 GREEN value IS 171 (67.19% from 255) = 37.58%

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

R = 14.29%
G = 37.58%
B = 48.13%

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

#41ABDB (or 0x41ABDB) is known color: Summer Sky. HEX triplet: 41, AB and DB. RGB value is (65,171,219). Sum of RGB (Red+Green+Blue) = 65+171+219=455 (60% of max value = 765). Red value is 65 (25.78% from 255 or 14.29% from 455); Green value is 171 (67.19% from 255 or 37.58% from 455); Blue value is 219 (85.94% from 255 or 48.13% from 455); Max value from RGB is 219 - color contains mainly: blue. Hex color #41ABDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #41ABDB is #BE5424. Grayscale: #909090. Windows color (decimal): -12473381 or 14396225. OLE color: 14396225.

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

Color convert

RGB 65 171 219 -
CMYK 0.70 0.22 0 0.14
HSL 198.7º 0.68% 0.56% -
HSV(B) 198.7º 0.7% 0.86% -
XYZ 29.53 35.36 72.29 -
YUV 144.78 169.88 71.1 -
System Red Green Blue C M Y K H S L
Decimal 65 171 219 0.70 0.22 0 0.14 198.7 0.68 0.56
Hex 41 AB DB 46 16 0 E C7 44 38
Octal 101 253 333 106 26 0 16 307 104 70
Binary 1000001 10101011 11011011 1000110 10110 0 1110 11000111 1000100 111000

Color Harmonies of #41ABDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41ABDB

Black with #41ABDB

Text Example


Text Example

White with #41ABDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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