Html Css Color HEX #1DBCCE Iris Blue

📋 copy color: '#1DBCCE'

red 29 ◦ green 188 ◦ blue 206

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

Shades of Iris Blue #1DBCCE

Tints of Iris Blue #1DBCCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 48.7%

R = 6.86%
G = 44.44%
B = 48.7%

CMYK

 C value IS 0.86

 M value IS 0.09

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1DBCCE (or 0x1DBCCE) is known color: Iris Blue. HEX triplet: 1D, BC and CE. RGB value is (29,188,206). Sum of RGB (Red+Green+Blue) = 29+188+206=423 (56% of max value = 765). Red value is 29 (11.72% from 255 or 6.86% from 423); Green value is 188 (73.83% from 255 or 44.44% from 423); Blue value is 206 (80.86% from 255 or 48.70% from 423); Max value from RGB is 206 - color contains mainly: blue. Hex color #1DBCCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DBCCE is #E24331. Grayscale: #8E8E8E. Windows color (decimal): -14828338 or 13548573. OLE color: 13548573.

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

Color convert

RGB 29 188 206 -
CMYK 0.86 0.09 0 0.19
HSL 186.1º 0.75% 0.46% -
HSV(B) 186.1º 0.86% 0.81% -
XYZ 29.63 40.68 64.68 -
YUV 142.51 163.82 47.04 -
System Red Green Blue C M Y K H S L
Decimal 29 188 206 0.86 0.09 0 0.19 186.1 0.75 0.46
Hex 1D BC CE 56 9 0 13 BA 4B 2E
Octal 35 274 316 126 11 0 23 272 113 56
Binary 11101 10111100 11001110 1010110 1001 0 10011 10111010 1001011 101110

Color Harmonies of #1DBCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DBCCE

Black with #1DBCCE

Text Example


Text Example

White with #1DBCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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