Html Css Color HEX #0DA8BE Iris Blue

📋 copy color: '#0DA8BE'

red 13 ◦ green 168 ◦ blue 190

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

Shades of Iris Blue #0DA8BE

Tints of Iris Blue #0DA8BE

RGB

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

 GREEN value IS 168 (66.02% from 255) = 45.28%

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

R = 3.5%
G = 45.28%
B = 51.21%

CMYK

 C value IS 0.93

 M value IS 0.12

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0DA8BE (or 0x0DA8BE) is known color: Iris Blue. HEX triplet: 0D, A8 and BE. RGB value is (13,168,190). Sum of RGB (Red+Green+Blue) = 13+168+190=371 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.50% from 371); Green value is 168 (66.02% from 255 or 45.28% from 371); Blue value is 190 (74.61% from 255 or 51.21% from 371); Max value from RGB is 190 - color contains mainly: blue. Hex color #0DA8BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0DA8BE is #F25741. Grayscale: #7B7B7B. Windows color (decimal): -15882050 or 12494861. OLE color: 12494861.

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

Color convert

RGB 13 168 190 -
CMYK 0.93 0.12 0 0.25
HSL 187.46º 0.87% 0.4% -
HSV(B) 187.46º 0.93% 0.75% -
XYZ 23.46 31.81 53.62 -
YUV 124.16 165.15 48.71 -
System Red Green Blue C M Y K H S L
Decimal 13 168 190 0.93 0.12 0 0.25 187.46 0.87 0.4
Hex D A8 BE 5D C 0 19 BB 57 28
Octal 15 250 276 135 14 0 31 273 127 50
Binary 1101 10101000 10111110 1011101 1100 0 11001 10111011 1010111 101000

Color Harmonies of #0DA8BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DA8BE

Black with #0DA8BE

Text Example


Text Example

White with #0DA8BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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