Html Css Color HEX #1DC0CF Iris Blue

📋 copy color: '#1DC0CF'

red 29 ◦ green 192 ◦ blue 207

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

Shades of Iris Blue #1DC0CF

Tints of Iris Blue #1DC0CF

RGB

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

 GREEN value IS 192 (75.39% from 255) = 44.86%

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

R = 6.78%
G = 44.86%
B = 48.36%

CMYK

 C value IS 0.86

 M value IS 0.07

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1DC0CF (or 0x1DC0CF) is known color: Iris Blue. HEX triplet: 1D, C0 and CF. RGB value is (29,192,207). Sum of RGB (Red+Green+Blue) = 29+192+207=428 (56% of max value = 765). Red value is 29 (11.72% from 255 or 6.78% from 428); Green value is 192 (75.39% from 255 or 44.86% from 428); Blue value is 207 (81.25% from 255 or 48.36% from 428); Max value from RGB is 207 - color contains mainly: blue. Hex color #1DC0CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DC0CF is #E23F30. Grayscale: #909090. Windows color (decimal): -14827313 or 13615133. OLE color: 13615133.

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

Color convert

RGB 29 192 207 -
CMYK 0.86 0.07 0 0.19
HSL 185.06º 0.75% 0.46% -
HSV(B) 185.06º 0.86% 0.81% -
XYZ 30.62 42.47 65.61 -
YUV 144.97 163 45.28 -
System Red Green Blue C M Y K H S L
Decimal 29 192 207 0.86 0.07 0 0.19 185.06 0.75 0.46
Hex 1D C0 CF 56 7 0 13 B9 4B 2E
Octal 35 300 317 126 7 0 23 271 113 56
Binary 11101 11000000 11001111 1010110 111 0 10011 10111001 1001011 101110

Color Harmonies of #1DC0CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DC0CF

Black with #1DC0CF

Text Example


Text Example

White with #1DC0CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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