Html Css Color HEX #1DBBCE Iris Blue

📋 copy color: '#1DBBCE'

red 29 ◦ green 187 ◦ blue 206

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

Shades of Iris Blue #1DBBCE

Tints of Iris Blue #1DBBCE

RGB

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

 GREEN value IS 187 (73.44% from 255) = 44.31%

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

R = 6.87%
G = 44.31%
B = 48.82%

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

#1DBBCE (or 0x1DBBCE) is known color: Iris Blue. HEX triplet: 1D, BB and CE. RGB value is (29,187,206). Sum of RGB (Red+Green+Blue) = 29+187+206=422 (55% of max value = 765). Red value is 29 (11.72% from 255 or 6.87% from 422); Green value is 187 (73.44% from 255 or 44.31% from 422); Blue value is 206 (80.86% from 255 or 48.82% from 422); Max value from RGB is 206 - color contains mainly: blue. Hex color #1DBBCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DBBCE is #E24431. Grayscale: #8D8D8D. Windows color (decimal): -14828594 or 13548317. OLE color: 13548317.

HSL color Cylindrical-coordinate representation of color #1DBBCE: hue angle of 186.44º 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 #1DBBCE is Cyan = 0.86, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 29 187 206 -
CMYK 0.86 0.09 0 0.19
HSL 186.44º 0.75% 0.46% -
HSV(B) 186.44º 0.86% 0.81% -
XYZ 29.42 40.26 64.61 -
YUV 141.92 164.15 47.46 -
System Red Green Blue C M Y K H S L
Decimal 29 187 206 0.86 0.09 0 0.19 186.44 0.75 0.46
Hex 1D BB CE 56 9 0 13 BA 4B 2E
Octal 35 273 316 126 11 0 23 272 113 56
Binary 11101 10111011 11001110 1010110 1001 0 10011 10111010 1001011 101110

Color Harmonies of #1DBBCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DBBCE

Black with #1DBBCE

Text Example


Text Example

White with #1DBBCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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