Html Css Color HEX #0DC0BE Iris Blue

📋 copy color: '#0DC0BE'

red 13 ◦ green 192 ◦ blue 190

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

Shades of Iris Blue #0DC0BE

Tints of Iris Blue #0DC0BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 48.1%

R = 3.29%
G = 48.61%
B = 48.1%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#0DC0BE (or 0x0DC0BE) is known color: Iris Blue. HEX triplet: 0D, C0 and BE. RGB value is (13,192,190). Sum of RGB (Red+Green+Blue) = 13+192+190=395 (52% of max value = 765). Red value is 13 (5.47% from 255 or 3.29% from 395); Green value is 192 (75.39% from 255 or 48.61% from 395); Blue value is 190 (74.61% from 255 or 48.10% from 395); Max value from RGB is 192 - color contains mainly: green. Hex color #0DC0BE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DC0BE is #F23F41. Grayscale: #8A8A8A. Windows color (decimal): -15875906 or 12501005. OLE color: 12501005.

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

Color convert

RGB 13 192 190 -
CMYK 0.93 0 0.01 0.25
HSL 179.33º 0.87% 0.4% -
HSV(B) 179.33º 0.93% 0.75% -
XYZ 28.31 41.5 55.23 -
YUV 138.25 157.2 38.66 -
System Red Green Blue C M Y K H S L
Decimal 13 192 190 0.93 0 0.01 0.25 179.33 0.87 0.4
Hex D C0 BE 5D 0 1 19 B3 57 28
Octal 15 300 276 135 0 1 31 263 127 50
Binary 1101 11000000 10111110 1011101 0 1 11001 10110011 1010111 101000

Color Harmonies of #0DC0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DC0BE

Black with #0DC0BE

Text Example


Text Example

White with #0DC0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,192,190); }

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

background-color css

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

 a { background-color: rgb(13,192,190); }

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

border-color css

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

 span { border-color: rgb(13,192,190); }

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