Html Css Color HEX #0DBABE Iris Blue

📋 copy color: '#0DBABE'

red 13 ◦ green 186 ◦ blue 190

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

Shades of Iris Blue #0DBABE

Tints of Iris Blue #0DBABE

RGB

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

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

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

R = 3.34%
G = 47.81%
B = 48.84%

CMYK

 C value IS 0.93

 M value IS 0.02

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0DBABE (or 0x0DBABE) is known color: Iris Blue. HEX triplet: 0D, BA and BE. RGB value is (13,186,190). Sum of RGB (Red+Green+Blue) = 13+186+190=389 (51% of max value = 765). Red value is 13 (5.47% from 255 or 3.34% from 389); Green value is 186 (73.05% from 255 or 47.81% from 389); Blue value is 190 (74.61% from 255 or 48.84% from 389); Max value from RGB is 190 - color contains mainly: blue. Hex color #0DBABE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DBABE is #F24541. Grayscale: #868686. Windows color (decimal): -15877442 or 12499469. OLE color: 12499469.

HSL color Cylindrical-coordinate representation of color #0DBABE: hue angle of 181.36º 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 #0DBABE is Cyan = 0.93, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 13 186 190 -
CMYK 0.93 0.02 0 0.25
HSL 181.36º 0.87% 0.4% -
HSV(B) 181.36º 0.93% 0.75% -
XYZ 27.02 38.92 54.8 -
YUV 134.73 159.19 41.17 -
System Red Green Blue C M Y K H S L
Decimal 13 186 190 0.93 0.02 0 0.25 181.36 0.87 0.4
Hex D BA BE 5D 2 0 19 B5 57 28
Octal 15 272 276 135 2 0 31 265 127 50
Binary 1101 10111010 10111110 1011101 10 0 11001 10110101 1010111 101000

Color Harmonies of #0DBABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DBABE

Black with #0DBABE

Text Example


Text Example

White with #0DBABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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