Html Css Color HEX #1BA0DB Summer Sky

📋 copy color: '#1BA0DB'

red 27 ◦ green 160 ◦ blue 219

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

Shades of Summer Sky #1BA0DB

Tints of Summer Sky #1BA0DB

RGB

 RED value IS 27 (10.94% from 255) = 6.65%

 GREEN value IS 160 (62.89% from 255) = 39.41%

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

R = 6.65%
G = 39.41%
B = 53.94%

CMYK

 C value IS 0.88

 M value IS 0.27

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1BA0DB (or 0x1BA0DB) is known color: Summer Sky. HEX triplet: 1B, A0 and DB. RGB value is (27,160,219). Sum of RGB (Red+Green+Blue) = 27+160+219=406 (53% of max value = 765). Red value is 27 (10.94% from 255 or 6.65% from 406); Green value is 160 (62.89% from 255 or 39.41% from 406); Blue value is 219 (85.94% from 255 or 53.94% from 406); Max value from RGB is 219 - color contains mainly: blue. Hex color #1BA0DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1BA0DB is #E45F24. Grayscale: #7E7E7E. Windows color (decimal): -14966565 or 14393371. OLE color: 14393371.

HSL color Cylindrical-coordinate representation of color #1BA0DB: hue angle of 198.44º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BA0DB is Cyan = 0.88, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 27 160 219 -
CMYK 0.88 0.27 0 0.14
HSL 198.44º 0.78% 0.48% -
HSV(B) 198.44º 0.88% 0.86% -
XYZ 25.81 30.49 71.54 -
YUV 126.96 179.94 56.7 -
System Red Green Blue C M Y K H S L
Decimal 27 160 219 0.88 0.27 0 0.14 198.44 0.78 0.48
Hex 1B A0 DB 58 1B 0 E C6 4E 30
Octal 33 240 333 130 33 0 16 306 116 60
Binary 11011 10100000 11011011 1011000 11011 0 1110 11000110 1001110 110000

Color Harmonies of #1BA0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BA0DB

Black with #1BA0DB

Text Example


Text Example

White with #1BA0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1BA0DB; }

 p { color: rgb(27,160,219); }

 H1.HeaderClassName
 {
   color: #1BA0DB;
 }
 .AnyTagClassName
 {
   color: #1BA0DB;
 }
</style>

background-color css

<style>
 a { background-color: #1BA0DB; }

 a { background-color: rgb(27,160,219); }

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

border-color css

<style>
 span { border-color: #1BA0DB; }

 span { border-color: rgb(27,160,219); }

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