Html Css Color HEX #0DBBBA Iris Blue

📋 copy color: '#0DBBBA'

red 13 ◦ green 187 ◦ blue 186

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

Shades of Iris Blue #0DBBBA

Tints of Iris Blue #0DBBBA

RGB

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

 GREEN value IS 187 (73.44% from 255) = 48.45%

 BLUE value IS 186 (73.05% from 255) = 48.19%

R = 3.37%
G = 48.45%
B = 48.19%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#0DBBBA (or 0x0DBBBA) is known color: Iris Blue. HEX triplet: 0D, BB and BA. RGB value is (13,187,186). Sum of RGB (Red+Green+Blue) = 13+187+186=386 (51% of max value = 765). Red value is 13 (5.47% from 255 or 3.37% from 386); Green value is 187 (73.44% from 255 or 48.45% from 386); Blue value is 186 (73.05% from 255 or 48.19% from 386); Max value from RGB is 187 - color contains mainly: green. Hex color #0DBBBA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DBBBA is #F24445. Grayscale: #868686. Windows color (decimal): -15877190 or 12237581. OLE color: 12237581.

HSL color Cylindrical-coordinate representation of color #0DBBBA: hue angle of 179.66º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DBBBA is Cyan = 0.93, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB 13 187 186 -
CMYK 0.93 0 0.01 0.27
HSL 179.66º 0.87% 0.39% -
HSV(B) 179.66º 0.93% 0.73% -
XYZ 26.8 39.17 52.6 -
YUV 134.86 156.85 41.08 -
System Red Green Blue C M Y K H S L
Decimal 13 187 186 0.93 0 0.01 0.27 179.66 0.87 0.39
Hex D BB BA 5D 0 1 1B B4 57 27
Octal 15 273 272 135 0 1 33 264 127 47
Binary 1101 10111011 10111010 1011101 0 1 11011 10110100 1010111 100111

Color Harmonies of #0DBBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DBBBA

Black with #0DBBBA

Text Example


Text Example

White with #0DBBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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