Html Css Color HEX #00B3C1 Iris Blue

📋 copy color: '#00B3C1'

red 0 ◦ green 179 ◦ blue 193

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

Shades of Iris Blue #00B3C1

Tints of Iris Blue #00B3C1

RGB

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

 GREEN value IS 179 (70.31% from 255) = 48.12%

 BLUE value IS 193 (75.78% from 255) = 51.88%

R = 0%
G = 48.12%
B = 51.88%

CMYK

 C value IS 1

 M value IS 0.07

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#00B3C1 (or 0x00B3C1) is known color: Iris Blue. HEX triplet: 00, B3 and C1. RGB value is (0,179,193). Sum of RGB (Red+Green+Blue) = 0+179+193=372 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 372); Green value is 179 (70.31% from 255 or 48.12% from 372); Blue value is 193 (75.78% from 255 or 51.88% from 372); Max value from RGB is 193 - color contains mainly: blue. Hex color #00B3C1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00B3C1 is #FF4C3E. Grayscale: #7E7E7E. Windows color (decimal): -16731199 or 12694272. OLE color: 12694272.

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

Color convert

RGB 0 179 193 -
CMYK 1 0.07 0 0.24
HSL 184.35º 1% 0.38% -
HSV(B) 184.35º 1% 0.76% -
XYZ 25.75 36.09 56.06 -
YUV 127.08 165.2 37.36 -
System Red Green Blue C M Y K H S L
Decimal 0 179 193 1 0.07 0 0.24 184.35 1 0.38
Hex 0 B3 C1 64 7 0 18 B8 64 26
Octal 0 263 301 144 7 0 30 270 144 46
Binary 0 10110011 11000001 1100100 111 0 11000 10111000 1100100 100110

Color Harmonies of #00B3C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00B3C1

Black with #00B3C1

Text Example


Text Example

White with #00B3C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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