Html Css Color HEX #1DBCEE Summer Sky

📋 copy color: '#1DBCEE'

red 29 ◦ green 188 ◦ blue 238

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

Shades of Summer Sky #1DBCEE

Tints of Summer Sky #1DBCEE

RGB

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

 GREEN value IS 188 (73.83% from 255) = 41.32%

 BLUE value IS 238 (93.36% from 255) = 52.31%

R = 6.37%
G = 41.32%
B = 52.31%

CMYK

 C value IS 0.88

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1DBCEE (or 0x1DBCEE) is known color: Summer Sky. HEX triplet: 1D, BC and EE. RGB value is (29,188,238). Sum of RGB (Red+Green+Blue) = 29+188+238=455 (60% of max value = 765). Red value is 29 (11.72% from 255 or 6.37% from 455); Green value is 188 (73.83% from 255 or 41.32% from 455); Blue value is 238 (93.36% from 255 or 52.31% from 455); Max value from RGB is 238 - color contains mainly: blue. Hex color #1DBCEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DBCEE is #E24311. Grayscale: #919191. Windows color (decimal): -14828306 or 15645725. OLE color: 15645725.

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

Color convert

RGB 29 188 238 -
CMYK 0.88 0.21 0 0.07
HSL 194.35º 0.86% 0.52% -
HSV(B) 194.35º 0.88% 0.93% -
XYZ 33.92 42.4 87.29 -
YUV 146.16 179.82 44.43 -
System Red Green Blue C M Y K H S L
Decimal 29 188 238 0.88 0.21 0 0.07 194.35 0.86 0.52
Hex 1D BC EE 58 15 0 7 C2 56 34
Octal 35 274 356 130 25 0 7 302 126 64
Binary 11101 10111100 11101110 1011000 10101 0 111 11000010 1010110 110100

Color Harmonies of #1DBCEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DBCEE

Black with #1DBCEE

Text Example


Text Example

White with #1DBCEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,188,238); }

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

background-color css

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

 a { background-color: rgb(29,188,238); }

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

border-color css

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

 span { border-color: rgb(29,188,238); }

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