Html Css Color HEX #00BACB Iris Blue

📋 copy color: '#00BACB'

red 0 ◦ green 186 ◦ blue 203

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

Shades of Iris Blue #00BACB

Tints of Iris Blue #00BACB

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 203 (79.69% from 255) = 52.19%

R = 0%
G = 47.81%
B = 52.19%

CMYK

 C value IS 1

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#00BACB (or 0x00BACB) is known color: Iris Blue. HEX triplet: 00, BA and CB. RGB value is (0,186,203). Sum of RGB (Red+Green+Blue) = 0+186+203=389 (51% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 389); Green value is 186 (73.05% from 255 or 47.81% from 389); Blue value is 203 (79.69% from 255 or 52.19% from 389); Max value from RGB is 203 - color contains mainly: blue. Hex color #00BACB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00BACB is #FF4534. Grayscale: #848484. Windows color (decimal): -16729397 or 13351424. OLE color: 13351424.

HSL color Cylindrical-coordinate representation of color #00BACB: hue angle of 185.02º 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 #00BACB is Cyan = 1, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 0 186 203 -
CMYK 1 0.08 0 0.20
HSL 185.02º 1% 0.4% -
HSV(B) 185.02º 1% 0.8% -
XYZ 28.34 39.43 62.62 -
YUV 132.32 167.88 33.62 -
System Red Green Blue C M Y K H S L
Decimal 0 186 203 1 0.08 0 0.20 185.02 1 0.4
Hex 0 BA CB 64 8 0 14 B9 64 28
Octal 0 272 313 144 10 0 24 271 144 50
Binary 0 10111010 11001011 1100100 1000 0 10100 10111001 1100100 101000

Color Harmonies of #00BACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00BACB

Black with #00BACB

Text Example


Text Example

White with #00BACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,186,203); }

 H1.HeaderClassName
 {
   color: #00BACB;
 }
 .AnyTagClassName
 {
   color: #00BACB;
 }
</style>

background-color css

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

 a { background-color: rgb(0,186,203); }

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

border-color css

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

 span { border-color: rgb(0,186,203); }

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