Html Css Color HEX #1BA5DC Summer Sky

📋 copy color: '#1BA5DC'

red 27 ◦ green 165 ◦ blue 220

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

Shades of Summer Sky #1BA5DC

Tints of Summer Sky #1BA5DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 53.4%

R = 6.55%
G = 40.05%
B = 53.4%

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

#1BA5DC (or 0x1BA5DC) is known color: Summer Sky. HEX triplet: 1B, A5 and DC. RGB value is (27,165,220). Sum of RGB (Red+Green+Blue) = 27+165+220=412 (54% of max value = 765). Red value is 27 (10.94% from 255 or 6.55% from 412); Green value is 165 (64.84% from 255 or 40.05% from 412); Blue value is 220 (86.33% from 255 or 53.40% from 412); Max value from RGB is 220 - color contains mainly: blue. Hex color #1BA5DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1BA5DC is #E45A23. Grayscale: #818181. Windows color (decimal): -14965284 or 14460187. OLE color: 14460187.

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

Color convert

RGB 27 165 220 -
CMYK 0.88 0.25 0 0.14
HSL 197.1º 0.78% 0.48% -
HSV(B) 197.1º 0.88% 0.86% -
XYZ 26.83 32.31 72.53 -
YUV 130.01 178.78 54.53 -
System Red Green Blue C M Y K H S L
Decimal 27 165 220 0.88 0.25 0 0.14 197.1 0.78 0.48
Hex 1B A5 DC 58 19 0 E C5 4E 30
Octal 33 245 334 130 31 0 16 305 116 60
Binary 11011 10100101 11011100 1011000 11001 0 1110 11000101 1001110 110000

Color Harmonies of #1BA5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BA5DC

Black with #1BA5DC

Text Example


Text Example

White with #1BA5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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