Html Css Color HEX #1DBBE0 Summer Sky

📋 copy color: '#1DBBE0'

red 29 ◦ green 187 ◦ blue 224

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

Shades of Summer Sky #1DBBE0

Tints of Summer Sky #1DBBE0

RGB

 RED value IS 29 (11.72% from 255) = 6.59%

 GREEN value IS 187 (73.44% from 255) = 42.5%

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

R = 6.59%
G = 42.5%
B = 50.91%

CMYK

 C value IS 0.87

 M value IS 0.17

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#1DBBE0 (or 0x1DBBE0) is known color: Summer Sky. HEX triplet: 1D, BB and E0. RGB value is (29,187,224). Sum of RGB (Red+Green+Blue) = 29+187+224=440 (58% of max value = 765). Red value is 29 (11.72% from 255 or 6.59% from 440); Green value is 187 (73.44% from 255 or 42.5% from 440); Blue value is 224 (87.89% from 255 or 50.91% from 440); Max value from RGB is 224 - color contains mainly: blue. Hex color #1DBBE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DBBE0 is #E2441F. Grayscale: #8F8F8F. Windows color (decimal): -14828576 or 14727965. OLE color: 14727965.

HSL color Cylindrical-coordinate representation of color #1DBBE0: hue angle of 191.38º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DBBE0 is Cyan = 0.87, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 29 187 224 -
CMYK 0.87 0.17 0 0.12
HSL 191.38º 0.77% 0.5% -
HSV(B) 191.38º 0.87% 0.88% -
XYZ 31.73 41.18 76.8 -
YUV 143.98 173.15 45.99 -
System Red Green Blue C M Y K H S L
Decimal 29 187 224 0.87 0.17 0 0.12 191.38 0.77 0.5
Hex 1D BB E0 57 11 0 C BF 4D 32
Octal 35 273 340 127 21 0 14 277 115 62
Binary 11101 10111011 11100000 1010111 10001 0 1100 10111111 1001101 110010

Color Harmonies of #1DBBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DBBE0

Black with #1DBBE0

Text Example


Text Example

White with #1DBBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,187,224); }

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

background-color css

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

 a { background-color: rgb(29,187,224); }

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

border-color css

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

 span { border-color: rgb(29,187,224); }

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