Html Css Color HEX #1DBFCF Iris Blue

📋 copy color: '#1DBFCF'

red 29 ◦ green 191 ◦ blue 207

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

Shades of Iris Blue #1DBFCF

Tints of Iris Blue #1DBFCF

RGB

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

 GREEN value IS 191 (75% from 255) = 44.73%

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

R = 6.79%
G = 44.73%
B = 48.48%

CMYK

 C value IS 0.86

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1DBFCF (or 0x1DBFCF) is known color: Iris Blue. HEX triplet: 1D, BF and CF. RGB value is (29,191,207). Sum of RGB (Red+Green+Blue) = 29+191+207=427 (56% of max value = 765). Red value is 29 (11.72% from 255 or 6.79% from 427); Green value is 191 (75% from 255 or 44.73% from 427); Blue value is 207 (81.25% from 255 or 48.48% from 427); Max value from RGB is 207 - color contains mainly: blue. Hex color #1DBFCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DBFCF is #E24030. Grayscale: #909090. Windows color (decimal): -14827569 or 13614877. OLE color: 13614877.

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

Color convert

RGB 29 191 207 -
CMYK 0.86 0.08 0 0.19
HSL 185.39º 0.75% 0.46% -
HSV(B) 185.39º 0.86% 0.81% -
XYZ 30.4 42.03 65.54 -
YUV 144.39 163.33 45.7 -
System Red Green Blue C M Y K H S L
Decimal 29 191 207 0.86 0.08 0 0.19 185.39 0.75 0.46
Hex 1D BF CF 56 8 0 13 B9 4B 2E
Octal 35 277 317 126 10 0 23 271 113 56
Binary 11101 10111111 11001111 1010110 1000 0 10011 10111001 1001011 101110

Color Harmonies of #1DBFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DBFCF

Black with #1DBFCF

Text Example


Text Example

White with #1DBFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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