Html Css Color HEX #00B9CE Iris Blue

📋 copy color: '#00B9CE'

red 0 ◦ green 185 ◦ blue 206

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

Shades of Iris Blue #00B9CE

Tints of Iris Blue #00B9CE

RGB

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

 GREEN value IS 185 (72.66% from 255) = 47.31%

 BLUE value IS 206 (80.86% from 255) = 52.69%

R = 0%
G = 47.31%
B = 52.69%

CMYK

 C value IS 1

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#00B9CE (or 0x00B9CE) is known color: Iris Blue. HEX triplet: 00, B9 and CE. RGB value is (0,185,206). Sum of RGB (Red+Green+Blue) = 0+185+206=391 (51% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 391); Green value is 185 (72.66% from 255 or 47.31% from 391); Blue value is 206 (80.86% from 255 or 52.69% from 391); Max value from RGB is 206 - color contains mainly: blue. Hex color #00B9CE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00B9CE is #FF4631. Grayscale: #838383. Windows color (decimal): -16729650 or 13547776. OLE color: 13547776.

HSL color Cylindrical-coordinate representation of color #00B9CE: hue angle of 186.12º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00B9CE is Cyan = 1, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 0 185 206 -
CMYK 1 0.10 0 0.19
HSL 186.12º 1% 0.4% -
HSV(B) 186.12º 1% 0.81% -
XYZ 28.49 39.15 64.45 -
YUV 132.08 169.71 33.79 -
System Red Green Blue C M Y K H S L
Decimal 0 185 206 1 0.10 0 0.19 186.12 1 0.4
Hex 0 B9 CE 64 A 0 13 BA 64 28
Octal 0 271 316 144 12 0 23 272 144 50
Binary 0 10111001 11001110 1100100 1010 0 10011 10111010 1100100 101000

Color Harmonies of #00B9CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00B9CE

Black with #00B9CE

Text Example


Text Example

White with #00B9CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,185,206); }

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

background-color css

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

 a { background-color: rgb(0,185,206); }

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

border-color css

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

 span { border-color: rgb(0,185,206); }

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