Html Css Color HEX #0DBACC Iris Blue

📋 copy color: '#0DBACC'

red 13 ◦ green 186 ◦ blue 204

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

Shades of Iris Blue #0DBACC

Tints of Iris Blue #0DBACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 50.62%

R = 3.23%
G = 46.15%
B = 50.62%

CMYK

 C value IS 0.94

 M value IS 0.09

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0DBACC (or 0x0DBACC) is known color: Iris Blue. HEX triplet: 0D, BA and CC. RGB value is (13,186,204). Sum of RGB (Red+Green+Blue) = 13+186+204=403 (53% of max value = 765). Red value is 13 (5.47% from 255 or 3.23% from 403); Green value is 186 (73.05% from 255 or 46.15% from 403); Blue value is 204 (80.08% from 255 or 50.62% from 403); Max value from RGB is 204 - color contains mainly: blue. Hex color #0DBACC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DBACC is #F24533. Grayscale: #888888. Windows color (decimal): -15877428 or 13416973. OLE color: 13416973.

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

Color convert

RGB 13 186 204 -
CMYK 0.94 0.09 0 0.2
HSL 185.65º 0.88% 0.43% -
HSV(B) 185.65º 0.94% 0.8% -
XYZ 28.62 39.56 63.25 -
YUV 136.33 166.19 40.04 -
System Red Green Blue C M Y K H S L
Decimal 13 186 204 0.94 0.09 0 0.2 185.65 0.88 0.43
Hex D BA CC 5E 9 0 14 BA 58 2B
Octal 15 272 314 136 11 0 24 272 130 53
Binary 1101 10111010 11001100 1011110 1001 0 10100 10111010 1011000 101011

Color Harmonies of #0DBACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DBACC

Black with #0DBACC

Text Example


Text Example

White with #0DBACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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