Html Css Color HEX #1BA5DA Summer Sky

📋 copy color: '#1BA5DA'

red 27 ◦ green 165 ◦ blue 218

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

Shades of Summer Sky #1BA5DA

Tints of Summer Sky #1BA5DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 53.17%

R = 6.59%
G = 40.24%
B = 53.17%

CMYK

 C value IS 0.88

 M value IS 0.24

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1BA5DA (or 0x1BA5DA) is known color: Summer Sky. HEX triplet: 1B, A5 and DA. RGB value is (27,165,218). Sum of RGB (Red+Green+Blue) = 27+165+218=410 (54% of max value = 765). Red value is 27 (10.94% from 255 or 6.59% from 410); Green value is 165 (64.84% from 255 or 40.24% from 410); Blue value is 218 (85.55% from 255 or 53.17% from 410); Max value from RGB is 218 - color contains mainly: blue. Hex color #1BA5DA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1BA5DA is #E45A25. Grayscale: #818181. Windows color (decimal): -14965286 or 14329115. OLE color: 14329115.

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

Color convert

RGB 27 165 218 -
CMYK 0.88 0.24 0 0.15
HSL 196.65º 0.78% 0.48% -
HSV(B) 196.65º 0.88% 0.85% -
XYZ 26.56 32.21 71.15 -
YUV 129.78 177.78 54.69 -
System Red Green Blue C M Y K H S L
Decimal 27 165 218 0.88 0.24 0 0.15 196.65 0.78 0.48
Hex 1B A5 DA 58 18 0 F C5 4E 30
Octal 33 245 332 130 30 0 17 305 116 60
Binary 11011 10100101 11011010 1011000 11000 0 1111 11000101 1001110 110000

Color Harmonies of #1BA5DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BA5DA

Black with #1BA5DA

Text Example


Text Example

White with #1BA5DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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