Html Css Color HEX #00B0C3 Iris Blue

📋 copy color: '#00B0C3'

red 0 ◦ green 176 ◦ blue 195

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

Shades of Iris Blue #00B0C3

Tints of Iris Blue #00B0C3

RGB

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

 GREEN value IS 176 (69.14% from 255) = 47.44%

 BLUE value IS 195 (76.56% from 255) = 52.56%

R = 0%
G = 47.44%
B = 52.56%

CMYK

 C value IS 1

 M value IS 0.10

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#00B0C3 (or 0x00B0C3) is known color: Iris Blue. HEX triplet: 00, B0 and C3. RGB value is (0,176,195). Sum of RGB (Red+Green+Blue) = 0+176+195=371 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 371); Green value is 176 (69.14% from 255 or 47.44% from 371); Blue value is 195 (76.56% from 255 or 52.56% from 371); Max value from RGB is 195 - color contains mainly: blue. Hex color #00B0C3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00B0C3 is #FF4F3C. Grayscale: #7D7D7D. Windows color (decimal): -16731965 or 12824576. OLE color: 12824576.

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

Color convert

RGB 0 176 195 -
CMYK 1 0.10 0 0.24
HSL 185.85º 1% 0.38% -
HSV(B) 185.85º 1% 0.76% -
XYZ 25.38 34.99 57.05 -
YUV 125.54 167.19 38.46 -
System Red Green Blue C M Y K H S L
Decimal 0 176 195 1 0.10 0 0.24 185.85 1 0.38
Hex 0 B0 C3 64 A 0 18 BA 64 26
Octal 0 260 303 144 12 0 30 272 144 46
Binary 0 10110000 11000011 1100100 1010 0 11000 10111010 1100100 100110

Color Harmonies of #00B0C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00B0C3

Black with #00B0C3

Text Example


Text Example

White with #00B0C3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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