Html Css Color HEX #0DABBE Iris Blue

📋 copy color: '#0DABBE'

red 13 ◦ green 171 ◦ blue 190

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

Shades of Iris Blue #0DABBE

Tints of Iris Blue #0DABBE

RGB

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

 GREEN value IS 171 (67.19% from 255) = 45.72%

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

R = 3.48%
G = 45.72%
B = 50.8%

CMYK

 C value IS 0.93

 M value IS 0.10

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0DABBE (or 0x0DABBE) is known color: Iris Blue. HEX triplet: 0D, AB and BE. RGB value is (13,171,190). Sum of RGB (Red+Green+Blue) = 13+171+190=374 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.48% from 374); Green value is 171 (67.19% from 255 or 45.72% from 374); Blue value is 190 (74.61% from 255 or 50.80% from 374); Max value from RGB is 190 - color contains mainly: blue. Hex color #0DABBE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0DABBE is #F25441. Grayscale: #7D7D7D. Windows color (decimal): -15881282 or 12495629. OLE color: 12495629.

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

Color convert

RGB 13 171 190 -
CMYK 0.93 0.10 0 0.25
HSL 186.44º 0.87% 0.4% -
HSV(B) 186.44º 0.93% 0.75% -
XYZ 24.02 32.93 53.81 -
YUV 125.92 164.15 47.46 -
System Red Green Blue C M Y K H S L
Decimal 13 171 190 0.93 0.10 0 0.25 186.44 0.87 0.4
Hex D AB BE 5D A 0 19 BA 57 28
Octal 15 253 276 135 12 0 31 272 127 50
Binary 1101 10101011 10111110 1011101 1010 0 11001 10111010 1010111 101000

Color Harmonies of #0DABBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DABBE

Black with #0DABBE

Text Example


Text Example

White with #0DABBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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