Html Css Color HEX #1DBCCD Iris Blue

📋 copy color: '#1DBCCD'

red 29 ◦ green 188 ◦ blue 205

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

Shades of Iris Blue #1DBCCD

Tints of Iris Blue #1DBCCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 48.58%

R = 6.87%
G = 44.55%
B = 48.58%

CMYK

 C value IS 0.86

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1DBCCD (or 0x1DBCCD) is known color: Iris Blue. HEX triplet: 1D, BC and CD. RGB value is (29,188,205). Sum of RGB (Red+Green+Blue) = 29+188+205=422 (55% of max value = 765). Red value is 29 (11.72% from 255 or 6.87% from 422); Green value is 188 (73.83% from 255 or 44.55% from 422); Blue value is 205 (80.47% from 255 or 48.58% from 422); Max value from RGB is 205 - color contains mainly: blue. Hex color #1DBCCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DBCCD is #E24332. Grayscale: #8E8E8E. Windows color (decimal): -14828339 or 13483037. OLE color: 13483037.

HSL color Cylindrical-coordinate representation of color #1DBCCD: hue angle of 185.8º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DBCCD is Cyan = 0.86, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 29 188 205 -
CMYK 0.86 0.08 0 0.20
HSL 185.8º 0.75% 0.46% -
HSV(B) 185.8º 0.86% 0.8% -
XYZ 29.51 40.64 64.05 -
YUV 142.4 163.32 47.12 -
System Red Green Blue C M Y K H S L
Decimal 29 188 205 0.86 0.08 0 0.20 185.8 0.75 0.46
Hex 1D BC CD 56 8 0 14 BA 4B 2E
Octal 35 274 315 126 10 0 24 272 113 56
Binary 11101 10111100 11001101 1010110 1000 0 10100 10111010 1001011 101110

Color Harmonies of #1DBCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DBCCD

Black with #1DBCCD

Text Example


Text Example

White with #1DBCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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