Html Css Color HEX #0DBDC2 Iris Blue

📋 copy color: '#0DBDC2'

red 13 ◦ green 189 ◦ blue 194

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

Shades of Iris Blue #0DBDC2

Tints of Iris Blue #0DBDC2

RGB

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

 GREEN value IS 189 (74.22% from 255) = 47.73%

 BLUE value IS 194 (76.17% from 255) = 48.99%

R = 3.28%
G = 47.73%
B = 48.99%

CMYK

 C value IS 0.93

 M value IS 0.03

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#0DBDC2 (or 0x0DBDC2) is known color: Iris Blue. HEX triplet: 0D, BD and C2. RGB value is (13,189,194). Sum of RGB (Red+Green+Blue) = 13+189+194=396 (52% of max value = 765). Red value is 13 (5.47% from 255 or 3.28% from 396); Green value is 189 (74.22% from 255 or 47.73% from 396); Blue value is 194 (76.17% from 255 or 48.99% from 396); Max value from RGB is 194 - color contains mainly: blue. Hex color #0DBDC2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DBDC2 is #F2423D. Grayscale: #888888. Windows color (decimal): -15876670 or 12762381. OLE color: 12762381.

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

Color convert

RGB 13 189 194 -
CMYK 0.93 0.03 0 0.24
HSL 181.66º 0.87% 0.41% -
HSV(B) 181.66º 0.93% 0.76% -
XYZ 28.1 40.38 57.35 -
YUV 136.95 160.19 39.59 -
System Red Green Blue C M Y K H S L
Decimal 13 189 194 0.93 0.03 0 0.24 181.66 0.87 0.41
Hex D BD C2 5D 3 0 18 B6 57 29
Octal 15 275 302 135 3 0 30 266 127 51
Binary 1101 10111101 11000010 1011101 11 0 11000 10110110 1010111 101001

Color Harmonies of #0DBDC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DBDC2

Black with #0DBDC2

Text Example


Text Example

White with #0DBDC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,189,194); }

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

background-color css

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

 a { background-color: rgb(13,189,194); }

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

border-color css

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

 span { border-color: rgb(13,189,194); }

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