Html Css Color HEX #00B6CB Iris Blue

📋 copy color: '#00B6CB'

red 0 ◦ green 182 ◦ blue 203

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

Shades of Iris Blue #00B6CB

Tints of Iris Blue #00B6CB

RGB

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

 GREEN value IS 182 (71.48% from 255) = 47.27%

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

R = 0%
G = 47.27%
B = 52.73%

CMYK

 C value IS 1

 M value IS 0.10

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#00B6CB (or 0x00B6CB) is known color: Iris Blue. HEX triplet: 00, B6 and CB. RGB value is (0,182,203). Sum of RGB (Red+Green+Blue) = 0+182+203=385 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 385); Green value is 182 (71.48% from 255 or 47.27% from 385); Blue value is 203 (79.69% from 255 or 52.73% from 385); Max value from RGB is 203 - color contains mainly: blue. Hex color #00B6CB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00B6CB is #FF4934. Grayscale: #818181. Windows color (decimal): -16730421 or 13350400. OLE color: 13350400.

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

Color convert

RGB 0 182 203 -
CMYK 1 0.10 0 0.20
HSL 186.21º 1% 0.4% -
HSV(B) 186.21º 1% 0.8% -
XYZ 27.51 37.77 62.34 -
YUV 129.98 169.2 35.29 -
System Red Green Blue C M Y K H S L
Decimal 0 182 203 1 0.10 0 0.20 186.21 1 0.4
Hex 0 B6 CB 64 A 0 14 BA 64 28
Octal 0 266 313 144 12 0 24 272 144 50
Binary 0 10110110 11001011 1100100 1010 0 10100 10111010 1100100 101000

Color Harmonies of #00B6CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00B6CB

Black with #00B6CB

Text Example


Text Example

White with #00B6CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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