Html Css Color HEX #1BADDD Summer Sky

📋 copy color: '#1BADDD'

red 27 ◦ green 173 ◦ blue 221

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

Shades of Summer Sky #1BADDD

Tints of Summer Sky #1BADDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 52.49%

R = 6.41%
G = 41.09%
B = 52.49%

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

#1BADDD (or 0x1BADDD) is known color: Summer Sky. HEX triplet: 1B, AD and DD. RGB value is (27,173,221). Sum of RGB (Red+Green+Blue) = 27+173+221=421 (55% of max value = 765). Red value is 27 (10.94% from 255 or 6.41% from 421); Green value is 173 (67.97% from 255 or 41.09% from 421); Blue value is 221 (86.72% from 255 or 52.49% from 421); Max value from RGB is 221 - color contains mainly: blue. Hex color #1BADDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1BADDD is #E45222. Grayscale: #868686. Windows color (decimal): -14963235 or 14527771. OLE color: 14527771.

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

Color convert

RGB 27 173 221 -
CMYK 0.88 0.22 0 0.13
HSL 194.85º 0.78% 0.49% -
HSV(B) 194.85º 0.88% 0.87% -
XYZ 28.45 35.34 73.73 -
YUV 134.82 176.63 51.1 -
System Red Green Blue C M Y K H S L
Decimal 27 173 221 0.88 0.22 0 0.13 194.85 0.78 0.49
Hex 1B AD DD 58 16 0 D C3 4E 31
Octal 33 255 335 130 26 0 15 303 116 61
Binary 11011 10101101 11011101 1011000 10110 0 1101 11000011 1001110 110001

Color Harmonies of #1BADDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BADDD

Black with #1BADDD

Text Example


Text Example

White with #1BADDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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