Html Css Color HEX #0DBAC1 Iris Blue

📋 copy color: '#0DBAC1'

red 13 ◦ green 186 ◦ blue 193

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

Shades of Iris Blue #0DBAC1

Tints of Iris Blue #0DBAC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 49.23%

R = 3.32%
G = 47.45%
B = 49.23%

CMYK

 C value IS 0.93

 M value IS 0.04

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#0DBAC1 (or 0x0DBAC1) is known color: Iris Blue. HEX triplet: 0D, BA and C1. RGB value is (13,186,193). Sum of RGB (Red+Green+Blue) = 13+186+193=392 (51% of max value = 765). Red value is 13 (5.47% from 255 or 3.32% from 392); Green value is 186 (73.05% from 255 or 47.45% from 392); Blue value is 193 (75.78% from 255 or 49.23% from 392); Max value from RGB is 193 - color contains mainly: blue. Hex color #0DBAC1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DBAC1 is #F2453E. Grayscale: #868686. Windows color (decimal): -15877439 or 12696077. OLE color: 12696077.

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

Color convert

RGB 13 186 193 -
CMYK 0.93 0.04 0 0.24
HSL 182.33º 0.87% 0.4% -
HSV(B) 182.33º 0.93% 0.76% -
XYZ 27.35 39.05 56.55 -
YUV 135.07 160.69 40.93 -
System Red Green Blue C M Y K H S L
Decimal 13 186 193 0.93 0.04 0 0.24 182.33 0.87 0.4
Hex D BA C1 5D 4 0 18 B6 57 28
Octal 15 272 301 135 4 0 30 266 127 50
Binary 1101 10111010 11000001 1011101 100 0 11000 10110110 1010111 101000

Color Harmonies of #0DBAC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DBAC1

Black with #0DBAC1

Text Example


Text Example

White with #0DBAC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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