Html Css Color HEX #1DBECC Iris Blue

📋 copy color: '#1DBECC'

red 29 ◦ green 190 ◦ blue 204

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

Shades of Iris Blue #1DBECC

Tints of Iris Blue #1DBECC

RGB

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

 GREEN value IS 190 (74.61% from 255) = 44.92%

 BLUE value IS 204 (80.08% from 255) = 48.23%

R = 6.86%
G = 44.92%
B = 48.23%

CMYK

 C value IS 0.86

 M value IS 0.07

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1DBECC (or 0x1DBECC) is known color: Iris Blue. HEX triplet: 1D, BE and CC. RGB value is (29,190,204). Sum of RGB (Red+Green+Blue) = 29+190+204=423 (56% of max value = 765). Red value is 29 (11.72% from 255 or 6.86% from 423); Green value is 190 (74.61% from 255 or 44.92% from 423); Blue value is 204 (80.08% from 255 or 48.23% from 423); Max value from RGB is 204 - color contains mainly: blue. Hex color #1DBECC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DBECC is #E24133. Grayscale: #8F8F8F. Windows color (decimal): -14827828 or 13418013. OLE color: 13418013.

HSL color Cylindrical-coordinate representation of color #1DBECC: hue angle of 184.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 #1DBECC is Cyan = 0.86, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 29 190 204 -
CMYK 0.86 0.07 0 0.2
HSL 184.8º 0.75% 0.46% -
HSV(B) 184.8º 0.86% 0.8% -
XYZ 29.82 41.45 63.56 -
YUV 143.46 162.16 46.36 -
System Red Green Blue C M Y K H S L
Decimal 29 190 204 0.86 0.07 0 0.2 184.8 0.75 0.46
Hex 1D BE CC 56 7 0 14 B9 4B 2E
Octal 35 276 314 126 7 0 24 271 113 56
Binary 11101 10111110 11001100 1010110 111 0 10100 10111001 1001011 101110

Color Harmonies of #1DBECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DBECC

Black with #1DBECC

Text Example


Text Example

White with #1DBECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,190,204); }

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

background-color css

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

 a { background-color: rgb(29,190,204); }

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

border-color css

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

 span { border-color: rgb(29,190,204); }

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