Html Css Color HEX #1DCBEA Deep Sky Blue

📋 copy color: '#1DCBEA'

red 29 ◦ green 203 ◦ blue 234

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

Shades of Deep Sky Blue #1DCBEA

Tints of Deep Sky Blue #1DCBEA

RGB

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

 GREEN value IS 203 (79.69% from 255) = 43.56%

 BLUE value IS 234 (91.8% from 255) = 50.21%

R = 6.22%
G = 43.56%
B = 50.21%

CMYK

 C value IS 0.88

 M value IS 0.13

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1DCBEA (or 0x1DCBEA) is known color: Deep Sky Blue. HEX triplet: 1D, CB and EA. RGB value is (29,203,234). Sum of RGB (Red+Green+Blue) = 29+203+234=466 (61% of max value = 765). Red value is 29 (11.72% from 255 or 6.22% from 466); Green value is 203 (79.69% from 255 or 43.56% from 466); Blue value is 234 (91.80% from 255 or 50.21% from 466); Max value from RGB is 234 - color contains mainly: blue. Hex color #1DCBEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DCBEA is #E23415. Grayscale: #9A9A9A. Windows color (decimal): -14824470 or 15387421. OLE color: 15387421.

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

Color convert

RGB 29 203 234 -
CMYK 0.88 0.13 0 0.08
HSL 189.07º 0.83% 0.52% -
HSV(B) 189.07º 0.88% 0.92% -
XYZ 36.71 48.91 85.35 -
YUV 154.51 172.85 38.48 -
System Red Green Blue C M Y K H S L
Decimal 29 203 234 0.88 0.13 0 0.08 189.07 0.83 0.52
Hex 1D CB EA 58 D 0 8 BD 53 34
Octal 35 313 352 130 15 0 10 275 123 64
Binary 11101 11001011 11101010 1011000 1101 0 1000 10111101 1010011 110100

Color Harmonies of #1DCBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DCBEA

Black with #1DCBEA

Text Example


Text Example

White with #1DCBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,203,234); }

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

background-color css

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

 a { background-color: rgb(29,203,234); }

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

border-color css

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

 span { border-color: rgb(29,203,234); }

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