Html Css Color HEX #0DBACA Iris Blue

📋 copy color: '#0DBACA'

red 13 ◦ green 186 ◦ blue 202

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

Shades of Iris Blue #0DBACA

Tints of Iris Blue #0DBACA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 50.37%

R = 3.24%
G = 46.38%
B = 50.37%

CMYK

 C value IS 0.94

 M value IS 0.08

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0DBACA (or 0x0DBACA) is known color: Iris Blue. HEX triplet: 0D, BA and CA. RGB value is (13,186,202). Sum of RGB (Red+Green+Blue) = 13+186+202=401 (53% of max value = 765). Red value is 13 (5.47% from 255 or 3.24% from 401); Green value is 186 (73.05% from 255 or 46.38% from 401); Blue value is 202 (79.30% from 255 or 50.37% from 401); Max value from RGB is 202 - color contains mainly: blue. Hex color #0DBACA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DBACA is #F24535. Grayscale: #878787. Windows color (decimal): -15877430 or 13285901. OLE color: 13285901.

HSL color Cylindrical-coordinate representation of color #0DBACA: hue angle of 185.08º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DBACA is Cyan = 0.94, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 13 186 202 -
CMYK 0.94 0.08 0 0.21
HSL 185.08º 0.88% 0.42% -
HSV(B) 185.08º 0.94% 0.79% -
XYZ 28.39 39.47 62 -
YUV 136.1 165.19 40.2 -
System Red Green Blue C M Y K H S L
Decimal 13 186 202 0.94 0.08 0 0.21 185.08 0.88 0.42
Hex D BA CA 5E 8 0 15 B9 58 2A
Octal 15 272 312 136 10 0 25 271 130 52
Binary 1101 10111010 11001010 1011110 1000 0 10101 10111001 1011000 101010

Color Harmonies of #0DBACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DBACA

Black with #0DBACA

Text Example


Text Example

White with #0DBACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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