#0DBBBD

Color #0DBBBD Iris Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Iris Blue #0DBBBD

Tints of Iris Blue #0DBBBD

Color information

#0DBBBD (or 0x0DBBBD) is unknown color: approx Iris Blue. HEX triplet: 0D, BB and BD. RGB value is (13,187,189). Sum of RGB (Red+Green+Blue) = 13+187+189=389 (51% of max value = 765). Red value is 13 (5.47% from 255 or 3.34% from 389); Green value is 187 (73.44% from 255 or 48.07% from 389); Blue value is 189 (74.22% from 255 or 48.59% from 389); Max value from RGB is 189 - color contains mainly: blue. Hex color #0DBBBD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DBBBD is #F24442. Grayscale: #878787. Windows color (decimal): -15877187 or 12434189. OLE color: 12434189.

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

Color convert

RGB13187189-
CMYK0.930.0100.26
HSL180.68º87.13%39.61%-
HSV(B)180.68º93.12%74.12%-
XYZ27.1239.354.3-
YUV135.2158.3540.84-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.34%
GREEN value IS 187 (73.44% from 255) = 48.07%
BLUE value IS 189 (74.22% from 255) = 48.59%
R=3.34%
G=48.07%
B=48.59%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal131871890.930.0100.26180.6887.1339.61
HexDBBBD5D101Ab55728
Octal15273275135103226512750
Binary1101101110111011110110111011011010101101011010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DBBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0DBBBD;
 }
 .AnyTagClassName
 {
   color: #0DBBBD;
 }
</style>
background-color css

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

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

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

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

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

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