#00B4C1

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

Shades of Iris Blue #00B4C1

Tints of Iris Blue #00B4C1

Color information

#00B4C1 (or 0x00B4C1) is unknown color: approx Iris Blue. HEX triplet: 00, B4 and C1. RGB value is (0,180,193). Sum of RGB (Red+Green+Blue) = 0+180+193=373 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 373); Green value is 180 (70.70% from 255 or 48.26% from 373); Blue value is 193 (75.78% from 255 or 51.74% from 373); Max value from RGB is 193 - color contains mainly: blue. Hex color #00B4C1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00B4C1 is #FF4B3E. Grayscale: #7F7F7F. Windows color (decimal): -16730943 or 12694528. OLE color: 12694528.

HSL color Cylindrical-coordinate representation of color #00B4C1: hue angle of 184.04º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00B4C1 is Cyan = 1, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB0180193-
CMYK10.0700.24
HSL184.04º100%37.84%-
HSV(B)184.04º100%75.69%-
XYZ25.9536.4956.13-
YUV127.66164.8736.94-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 180 (70.70% from 255) = 48.26%
BLUE value IS 193 (75.78% from 255) = 51.74%
R=0%
G=48.26%
B=51.74%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal018019310.0700.24184.0410037.84
Hex0B4C1647018b86426
Octal0264301144703027014446
Binary010110100110000011100100111011000101110001100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00B4C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,180,193); }

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

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

 a { background-color: rgb(0,180,193); }

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

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

 span { border-color: rgb(0,180,193); }

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