Html Css Color HEX #1BA6DB Summer Sky

📋 copy color: '#1BA6DB'

red 27 ◦ green 166 ◦ blue 219

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

Shades of Summer Sky #1BA6DB

Tints of Summer Sky #1BA6DB

RGB

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

 GREEN value IS 166 (65.23% from 255) = 40.29%

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

R = 6.55%
G = 40.29%
B = 53.16%

CMYK

 C value IS 0.88

 M value IS 0.24

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1BA6DB (or 0x1BA6DB) is known color: Summer Sky. HEX triplet: 1B, A6 and DB. RGB value is (27,166,219). Sum of RGB (Red+Green+Blue) = 27+166+219=412 (54% of max value = 765). Red value is 27 (10.94% from 255 or 6.55% from 412); Green value is 166 (65.23% from 255 or 40.29% from 412); Blue value is 219 (85.94% from 255 or 53.16% from 412); Max value from RGB is 219 - color contains mainly: blue. Hex color #1BA6DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1BA6DB is #E45924. Grayscale: #828282. Windows color (decimal): -14965029 or 14394907. OLE color: 14394907.

HSL color Cylindrical-coordinate representation of color #1BA6DB: hue angle of 196.56º 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 #1BA6DB is Cyan = 0.88, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 27 166 219 -
CMYK 0.88 0.24 0 0.14
HSL 196.56º 0.78% 0.48% -
HSV(B) 196.56º 0.88% 0.86% -
XYZ 26.87 32.62 71.9 -
YUV 130.48 177.95 54.19 -
System Red Green Blue C M Y K H S L
Decimal 27 166 219 0.88 0.24 0 0.14 196.56 0.78 0.48
Hex 1B A6 DB 58 18 0 E C5 4E 30
Octal 33 246 333 130 30 0 16 305 116 60
Binary 11011 10100110 11011011 1011000 11000 0 1110 11000101 1001110 110000

Color Harmonies of #1BA6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BA6DB

Black with #1BA6DB

Text Example


Text Example

White with #1BA6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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