Html Css Color HEX #1BADE0 Summer Sky

📋 copy color: '#1BADE0'

red 27 ◦ green 173 ◦ blue 224

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

Shades of Summer Sky #1BADE0

Tints of Summer Sky #1BADE0

RGB

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

 GREEN value IS 173 (67.97% from 255) = 40.8%

 BLUE value IS 224 (87.89% from 255) = 52.83%

R = 6.37%
G = 40.8%
B = 52.83%

CMYK

 C value IS 0.88

 M value IS 0.23

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#1BADE0 (or 0x1BADE0) is known color: Summer Sky. HEX triplet: 1B, AD and E0. RGB value is (27,173,224). Sum of RGB (Red+Green+Blue) = 27+173+224=424 (56% of max value = 765). Red value is 27 (10.94% from 255 or 6.37% from 424); Green value is 173 (67.97% from 255 or 40.80% from 424); Blue value is 224 (87.89% from 255 or 52.83% from 424); Max value from RGB is 224 - color contains mainly: blue. Hex color #1BADE0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1BADE0 is #E4521F. Grayscale: #868686. Windows color (decimal): -14963232 or 14724379. OLE color: 14724379.

HSL color Cylindrical-coordinate representation of color #1BADE0: hue angle of 195.53º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BADE0 is Cyan = 0.88, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 27 173 224 -
CMYK 0.88 0.23 0 0.12
HSL 195.53º 0.78% 0.49% -
HSV(B) 195.53º 0.88% 0.88% -
XYZ 28.85 35.5 75.85 -
YUV 135.16 178.13 50.85 -
System Red Green Blue C M Y K H S L
Decimal 27 173 224 0.88 0.23 0 0.12 195.53 0.78 0.49
Hex 1B AD E0 58 17 0 C C4 4E 31
Octal 33 255 340 130 27 0 14 304 116 61
Binary 11011 10101101 11100000 1011000 10111 0 1100 11000100 1001110 110001

Color Harmonies of #1BADE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BADE0

Black with #1BADE0

Text Example


Text Example

White with #1BADE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,173,224); }

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

background-color css

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

 a { background-color: rgb(27,173,224); }

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

border-color css

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

 span { border-color: rgb(27,173,224); }

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