Html Css Color HEX #1BA7DC Summer Sky

📋 copy color: '#1BA7DC'

red 27 ◦ green 167 ◦ blue 220

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

Shades of Summer Sky #1BA7DC

Tints of Summer Sky #1BA7DC

RGB

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

 GREEN value IS 167 (65.63% from 255) = 40.34%

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

R = 6.52%
G = 40.34%
B = 53.14%

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

#1BA7DC (or 0x1BA7DC) is known color: Summer Sky. HEX triplet: 1B, A7 and DC. RGB value is (27,167,220). Sum of RGB (Red+Green+Blue) = 27+167+220=414 (54% of max value = 765). Red value is 27 (10.94% from 255 or 6.52% from 414); Green value is 167 (65.62% from 255 or 40.34% from 414); Blue value is 220 (86.33% from 255 or 53.14% from 414); Max value from RGB is 220 - color contains mainly: blue. Hex color #1BA7DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1BA7DC is #E45823. Grayscale: #828282. Windows color (decimal): -14964772 or 14460699. OLE color: 14460699.

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

Color convert

RGB 27 167 220 -
CMYK 0.88 0.24 0 0.14
HSL 196.48º 0.78% 0.48% -
HSV(B) 196.48º 0.88% 0.86% -
XYZ 27.19 33.04 72.65 -
YUV 131.18 178.12 53.69 -
System Red Green Blue C M Y K H S L
Decimal 27 167 220 0.88 0.24 0 0.14 196.48 0.78 0.48
Hex 1B A7 DC 58 18 0 E C4 4E 30
Octal 33 247 334 130 30 0 16 304 116 60
Binary 11011 10100111 11011100 1011000 11000 0 1110 11000100 1001110 110000

Color Harmonies of #1BA7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BA7DC

Black with #1BA7DC

Text Example


Text Example

White with #1BA7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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