Html Css Color HEX #1BADEA Summer Sky

📋 copy color: '#1BADEA'

red 27 ◦ green 173 ◦ blue 234

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

Shades of Summer Sky #1BADEA

Tints of Summer Sky #1BADEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 53.92%

R = 6.22%
G = 39.86%
B = 53.92%

CMYK

 C value IS 0.88

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1BADEA (or 0x1BADEA) is known color: Summer Sky. HEX triplet: 1B, AD and EA. RGB value is (27,173,234). Sum of RGB (Red+Green+Blue) = 27+173+234=434 (57% of max value = 765). Red value is 27 (10.94% from 255 or 6.22% from 434); Green value is 173 (67.97% from 255 or 39.86% from 434); Blue value is 234 (91.80% from 255 or 53.92% from 434); Max value from RGB is 234 - color contains mainly: blue. Hex color #1BADEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1BADEA is #E45215. Grayscale: #878787. Windows color (decimal): -14963222 or 15379739. OLE color: 15379739.

HSL color Cylindrical-coordinate representation of color #1BADEA: hue angle of 197.68º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BADEA is Cyan = 0.88, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 27 173 234 -
CMYK 0.88 0.26 0 0.08
HSL 197.68º 0.83% 0.51% -
HSV(B) 197.68º 0.88% 0.92% -
XYZ 30.25 36.06 83.21 -
YUV 136.3 183.13 50.04 -
System Red Green Blue C M Y K H S L
Decimal 27 173 234 0.88 0.26 0 0.08 197.68 0.83 0.51
Hex 1B AD EA 58 1A 0 8 C6 53 33
Octal 33 255 352 130 32 0 10 306 123 63
Binary 11011 10101101 11101010 1011000 11010 0 1000 11000110 1010011 110011

Color Harmonies of #1BADEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BADEA

Black with #1BADEA

Text Example


Text Example

White with #1BADEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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