Html Css Color HEX #0DC1BD Iris Blue

📋 copy color: '#0DC1BD'

red 13 ◦ green 193 ◦ blue 189

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

Shades of Iris Blue #0DC1BD

Tints of Iris Blue #0DC1BD

RGB

 RED value IS 13 (5.47% from 255) = 3.29%

 GREEN value IS 193 (75.78% from 255) = 48.86%

 BLUE value IS 189 (74.22% from 255) = 47.85%

R = 3.29%
G = 48.86%
B = 47.85%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#0DC1BD (or 0x0DC1BD) is known color: Iris Blue. HEX triplet: 0D, C1 and BD. RGB value is (13,193,189). Sum of RGB (Red+Green+Blue) = 13+193+189=395 (52% of max value = 765). Red value is 13 (5.47% from 255 or 3.29% from 395); Green value is 193 (75.78% from 255 or 48.86% from 395); Blue value is 189 (74.22% from 255 or 47.85% from 395); Max value from RGB is 193 - color contains mainly: green. Hex color #0DC1BD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DC1BD is #F23E42. Grayscale: #8A8A8A. Windows color (decimal): -15875651 or 12435725. OLE color: 12435725.

HSL color Cylindrical-coordinate representation of color #0DC1BD: hue angle of 178.67º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DC1BD is Cyan = 0.93, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB 13 193 189 -
CMYK 0.93 0 0.02 0.24
HSL 178.67º 0.87% 0.4% -
HSV(B) 178.67º 0.93% 0.76% -
XYZ 28.42 41.9 54.73 -
YUV 138.72 156.37 38.33 -
System Red Green Blue C M Y K H S L
Decimal 13 193 189 0.93 0 0.02 0.24 178.67 0.87 0.4
Hex D C1 BD 5D 0 2 18 B3 57 28
Octal 15 301 275 135 0 2 30 263 127 50
Binary 1101 11000001 10111101 1011101 0 10 11000 10110011 1010111 101000

Color Harmonies of #0DC1BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DC1BD

Black with #0DC1BD

Text Example


Text Example

White with #0DC1BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0DC1BD; }

 p { color: rgb(13,193,189); }

 H1.HeaderClassName
 {
   color: #0DC1BD;
 }
 .AnyTagClassName
 {
   color: #0DC1BD;
 }
</style>

background-color css

<style>
 a { background-color: #0DC1BD; }

 a { background-color: rgb(13,193,189); }

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

border-color css

<style>
 span { border-color: #0DC1BD; }

 span { border-color: rgb(13,193,189); }

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