Html Css Color HEX #00B0CB Iris Blue

📋 copy color: '#00B0CB'

red 0 ◦ green 176 ◦ blue 203

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

Shades of Iris Blue #00B0CB

Tints of Iris Blue #00B0CB

RGB

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

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

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

R = 0%
G = 46.44%
B = 53.56%

CMYK

 C value IS 1

 M value IS 0.13

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#00B0CB (or 0x00B0CB) is known color: Iris Blue. HEX triplet: 00, B0 and CB. RGB value is (0,176,203). Sum of RGB (Red+Green+Blue) = 0+176+203=379 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 379); Green value is 176 (69.14% from 255 or 46.44% from 379); Blue value is 203 (79.69% from 255 or 53.56% from 379); Max value from RGB is 203 - color contains mainly: blue. Hex color #00B0CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00B0CB is #FF4F34. Grayscale: #7E7E7E. Windows color (decimal): -16731957 or 13348864. OLE color: 13348864.

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

Color convert

RGB 0 176 203 -
CMYK 1 0.13 0 0.20
HSL 187.98º 1% 0.4% -
HSV(B) 187.98º 1% 0.8% -
XYZ 26.3 35.36 61.94 -
YUV 126.45 171.19 37.8 -
System Red Green Blue C M Y K H S L
Decimal 0 176 203 1 0.13 0 0.20 187.98 1 0.4
Hex 0 B0 CB 64 D 0 14 BC 64 28
Octal 0 260 313 144 15 0 24 274 144 50
Binary 0 10110000 11001011 1100100 1101 0 10100 10111100 1100100 101000

Color Harmonies of #00B0CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00B0CB

Black with #00B0CB

Text Example


Text Example

White with #00B0CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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