Html Css Color HEX #1DBAEB Summer Sky

📋 copy color: '#1DBAEB'

red 29 ◦ green 186 ◦ blue 235

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

Shades of Summer Sky #1DBAEB

Tints of Summer Sky #1DBAEB

RGB

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

 GREEN value IS 186 (73.05% from 255) = 41.33%

 BLUE value IS 235 (92.19% from 255) = 52.22%

R = 6.44%
G = 41.33%
B = 52.22%

CMYK

 C value IS 0.88

 M value IS 0.21

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1DBAEB (or 0x1DBAEB) is known color: Summer Sky. HEX triplet: 1D, BA and EB. RGB value is (29,186,235). Sum of RGB (Red+Green+Blue) = 29+186+235=450 (59% of max value = 765). Red value is 29 (11.72% from 255 or 6.44% from 450); Green value is 186 (73.05% from 255 or 41.33% from 450); Blue value is 235 (92.19% from 255 or 52.22% from 450); Max value from RGB is 235 - color contains mainly: blue. Hex color #1DBAEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DBAEB is #E24514. Grayscale: #909090. Windows color (decimal): -14828821 or 15448605. OLE color: 15448605.

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

Color convert

RGB 29 186 235 -
CMYK 0.88 0.21 0 0.08
HSL 194.27º 0.84% 0.52% -
HSV(B) 194.27º 0.88% 0.92% -
XYZ 33.06 41.38 84.84 -
YUV 144.64 178.99 45.52 -
System Red Green Blue C M Y K H S L
Decimal 29 186 235 0.88 0.21 0 0.08 194.27 0.84 0.52
Hex 1D BA EB 58 15 0 8 C2 54 34
Octal 35 272 353 130 25 0 10 302 124 64
Binary 11101 10111010 11101011 1011000 10101 0 1000 11000010 1010100 110100

Color Harmonies of #1DBAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DBAEB

Black with #1DBAEB

Text Example


Text Example

White with #1DBAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,186,235); }

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

background-color css

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

 a { background-color: rgb(29,186,235); }

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

border-color css

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

 span { border-color: rgb(29,186,235); }

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