#00B0CD

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

Shades of Iris Blue #00B0CD

Tints of Iris Blue #00B0CD

Color information

#00B0CD (or 0x00B0CD) is unknown color: approx Iris Blue. HEX triplet: 00, B0 and CD. RGB value is (0,176,205). Sum of RGB (Red+Green+Blue) = 0+176+205=381 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 381); Green value is 176 (69.14% from 255 or 46.19% from 381); Blue value is 205 (80.47% from 255 or 53.81% from 381); Max value from RGB is 205 - color contains mainly: blue. Hex color #00B0CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00B0CD is #FF4F32. Grayscale: #7E7E7E. Windows color (decimal): -16731955 or 13479936. OLE color: 13479936.

HSL color Cylindrical-coordinate representation of color #00B0CD: hue angle of 188.49º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00B0CD is Cyan = 1, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB0176205-
CMYK10.1400.20
HSL188.49º100%40.2%-
HSV(B)188.49º100%80.39%-
XYZ26.5435.4663.2-
YUV126.68172.1937.64-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 176 (69.14% from 255) = 46.19%
BLUE value IS 205 (80.47% from 255) = 53.81%
R=0%
G=46.19%
B=53.81%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal017620510.1400.20188.4910040.2
Hex0B0CD64E014bc6428
Octal02603151441602427414450
Binary0101100001100110111001001110010100101111001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00B0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00B0CD; }

 p { color: rgb(0,176,205); }

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

<style>
 a { background-color: #00B0CD; }

 a { background-color: rgb(0,176,205); }

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

<style>
 span { border-color: #00B0CD; }

 span { border-color: rgb(0,176,205); }

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