Html Css Color HEX #0DBACE Iris Blue

📋 copy color: '#0DBACE'

red 13 ◦ green 186 ◦ blue 206

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

Shades of Iris Blue #0DBACE

Tints of Iris Blue #0DBACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 50.86%

R = 3.21%
G = 45.93%
B = 50.86%

CMYK

 C value IS 0.94

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0DBACE (or 0x0DBACE) is known color: Iris Blue. HEX triplet: 0D, BA and CE. RGB value is (13,186,206). Sum of RGB (Red+Green+Blue) = 13+186+206=405 (53% of max value = 765). Red value is 13 (5.47% from 255 or 3.21% from 405); Green value is 186 (73.05% from 255 or 45.93% from 405); Blue value is 206 (80.86% from 255 or 50.86% from 405); Max value from RGB is 206 - color contains mainly: blue. Hex color #0DBACE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DBACE is #F24531. Grayscale: #888888. Windows color (decimal): -15877426 or 13548045. OLE color: 13548045.

HSL color Cylindrical-coordinate representation of color #0DBACE: hue angle of 186.22º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DBACE is Cyan = 0.94, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 13 186 206 -
CMYK 0.94 0.10 0 0.19
HSL 186.22º 0.88% 0.43% -
HSV(B) 186.22º 0.94% 0.81% -
XYZ 28.87 39.66 64.53 -
YUV 136.55 167.19 39.87 -
System Red Green Blue C M Y K H S L
Decimal 13 186 206 0.94 0.10 0 0.19 186.22 0.88 0.43
Hex D BA CE 5E A 0 13 BA 58 2B
Octal 15 272 316 136 12 0 23 272 130 53
Binary 1101 10111010 11001110 1011110 1010 0 10011 10111010 1011000 101011

Color Harmonies of #0DBACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DBACE

Black with #0DBACE

Text Example


Text Example

White with #0DBACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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