Html Css Color HEX #1DBACF Iris Blue

📋 copy color: '#1DBACF'

red 29 ◦ green 186 ◦ blue 207

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

Shades of Iris Blue #1DBACF

Tints of Iris Blue #1DBACF

RGB

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

 GREEN value IS 186 (73.05% from 255) = 44.08%

 BLUE value IS 207 (81.25% from 255) = 49.05%

R = 6.87%
G = 44.08%
B = 49.05%

CMYK

 C value IS 0.86

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1DBACF (or 0x1DBACF) is known color: Iris Blue. HEX triplet: 1D, BA and CF. RGB value is (29,186,207). Sum of RGB (Red+Green+Blue) = 29+186+207=422 (55% of max value = 765). Red value is 29 (11.72% from 255 or 6.87% from 422); Green value is 186 (73.05% from 255 or 44.08% from 422); Blue value is 207 (81.25% from 255 or 49.05% from 422); Max value from RGB is 207 - color contains mainly: blue. Hex color #1DBACF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DBACF is #E24530. Grayscale: #8D8D8D. Windows color (decimal): -14828849 or 13613597. OLE color: 13613597.

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

Color convert

RGB 29 186 207 -
CMYK 0.86 0.10 0 0.19
HSL 187.08º 0.75% 0.46% -
HSV(B) 187.08º 0.86% 0.81% -
XYZ 29.33 39.88 65.18 -
YUV 141.45 164.99 47.79 -
System Red Green Blue C M Y K H S L
Decimal 29 186 207 0.86 0.10 0 0.19 187.08 0.75 0.46
Hex 1D BA CF 56 A 0 13 BB 4B 2E
Octal 35 272 317 126 12 0 23 273 113 56
Binary 11101 10111010 11001111 1010110 1010 0 10011 10111011 1001011 101110

Color Harmonies of #1DBACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DBACF

Black with #1DBACF

Text Example


Text Example

White with #1DBACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,186,207); }

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

background-color css

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

 a { background-color: rgb(29,186,207); }

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

border-color css

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

 span { border-color: rgb(29,186,207); }

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