Html Css Color HEX #0DABBA Iris Blue

📋 copy color: '#0DABBA'

red 13 ◦ green 171 ◦ blue 186

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

Shades of Iris Blue #0DABBA

Tints of Iris Blue #0DABBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 50.27%

R = 3.51%
G = 46.22%
B = 50.27%

CMYK

 C value IS 0.93

 M value IS 0.08

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0DABBA (or 0x0DABBA) is known color: Iris Blue. HEX triplet: 0D, AB and BA. RGB value is (13,171,186). Sum of RGB (Red+Green+Blue) = 13+171+186=370 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.51% from 370); Green value is 171 (67.19% from 255 or 46.22% from 370); Blue value is 186 (73.05% from 255 or 50.27% from 370); Max value from RGB is 186 - color contains mainly: blue. Hex color #0DABBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0DABBA is #F25445. Grayscale: #7D7D7D. Windows color (decimal): -15881286 or 12233485. OLE color: 12233485.

HSL color Cylindrical-coordinate representation of color #0DABBA: hue angle of 185.2º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DABBA is Cyan = 0.93, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 13 171 186 -
CMYK 0.93 0.08 0 0.27
HSL 185.2º 0.87% 0.39% -
HSV(B) 185.2º 0.93% 0.73% -
XYZ 23.59 32.76 51.53 -
YUV 125.47 162.15 47.78 -
System Red Green Blue C M Y K H S L
Decimal 13 171 186 0.93 0.08 0 0.27 185.2 0.87 0.39
Hex D AB BA 5D 8 0 1B B9 57 27
Octal 15 253 272 135 10 0 33 271 127 47
Binary 1101 10101011 10111010 1011101 1000 0 11011 10111001 1010111 100111

Color Harmonies of #0DABBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DABBA

Black with #0DABBA

Text Example


Text Example

White with #0DABBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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