Html Css Color HEX #1BADDE Summer Sky

📋 copy color: '#1BADDE'

red 27 ◦ green 173 ◦ blue 222

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

Shades of Summer Sky #1BADDE

Tints of Summer Sky #1BADDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 52.61%

R = 6.4%
G = 41%
B = 52.61%

CMYK

 C value IS 0.88

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1BADDE (or 0x1BADDE) is known color: Summer Sky. HEX triplet: 1B, AD and DE. RGB value is (27,173,222). Sum of RGB (Red+Green+Blue) = 27+173+222=422 (55% of max value = 765). Red value is 27 (10.94% from 255 or 6.40% from 422); Green value is 173 (67.97% from 255 or 41.00% from 422); Blue value is 222 (87.11% from 255 or 52.61% from 422); Max value from RGB is 222 - color contains mainly: blue. Hex color #1BADDE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1BADDE is #E45221. Grayscale: #868686. Windows color (decimal): -14963234 or 14593307. OLE color: 14593307.

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

Color convert

RGB 27 173 222 -
CMYK 0.88 0.22 0 0.13
HSL 195.08º 0.78% 0.49% -
HSV(B) 195.08º 0.88% 0.87% -
XYZ 28.58 35.39 74.43 -
YUV 134.93 177.13 51.02 -
System Red Green Blue C M Y K H S L
Decimal 27 173 222 0.88 0.22 0 0.13 195.08 0.78 0.49
Hex 1B AD DE 58 16 0 D C3 4E 31
Octal 33 255 336 130 26 0 15 303 116 61
Binary 11011 10101101 11011110 1011000 10110 0 1101 11000011 1001110 110001

Color Harmonies of #1BADDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BADDE

Black with #1BADDE

Text Example


Text Example

White with #1BADDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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