Html Css Color HEX #1BA5DB Summer Sky

📋 copy color: '#1BA5DB'

red 27 ◦ green 165 ◦ blue 219

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

Shades of Summer Sky #1BA5DB

Tints of Summer Sky #1BA5DB

RGB

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

 GREEN value IS 165 (64.84% from 255) = 40.15%

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

R = 6.57%
G = 40.15%
B = 53.28%

CMYK

 C value IS 0.88

 M value IS 0.25

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1BA5DB (or 0x1BA5DB) is known color: Summer Sky. HEX triplet: 1B, A5 and DB. RGB value is (27,165,219). Sum of RGB (Red+Green+Blue) = 27+165+219=411 (54% of max value = 765). Red value is 27 (10.94% from 255 or 6.57% from 411); Green value is 165 (64.84% from 255 or 40.15% from 411); Blue value is 219 (85.94% from 255 or 53.28% from 411); Max value from RGB is 219 - color contains mainly: blue. Hex color #1BA5DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1BA5DB is #E45A24. Grayscale: #818181. Windows color (decimal): -14965285 or 14394651. OLE color: 14394651.

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

Color convert

RGB 27 165 219 -
CMYK 0.88 0.25 0 0.14
HSL 196.88º 0.78% 0.48% -
HSV(B) 196.88º 0.88% 0.86% -
XYZ 26.69 32.26 71.84 -
YUV 129.89 178.28 54.61 -
System Red Green Blue C M Y K H S L
Decimal 27 165 219 0.88 0.25 0 0.14 196.88 0.78 0.48
Hex 1B A5 DB 58 19 0 E C5 4E 30
Octal 33 245 333 130 31 0 16 305 116 60
Binary 11011 10100101 11011011 1011000 11001 0 1110 11000101 1001110 110000

Color Harmonies of #1BA5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BA5DB

Black with #1BA5DB

Text Example


Text Example

White with #1BA5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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