Html Css Color HEX #00B9D2 Iris Blue

📋 copy color: '#00B9D2'

red 0 ◦ green 185 ◦ blue 210

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

Shades of Iris Blue #00B9D2

Tints of Iris Blue #00B9D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 53.16%

R = 0%
G = 46.84%
B = 53.16%

CMYK

 C value IS 1

 M value IS 0.12

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#00B9D2 (or 0x00B9D2) is known color: Iris Blue. HEX triplet: 00, B9 and D2. RGB value is (0,185,210). Sum of RGB (Red+Green+Blue) = 0+185+210=395 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 395); Green value is 185 (72.66% from 255 or 46.84% from 395); Blue value is 210 (82.42% from 255 or 53.16% from 395); Max value from RGB is 210 - color contains mainly: blue. Hex color #00B9D2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00B9D2 is #FF462D. Grayscale: #848484. Windows color (decimal): -16729646 or 13809920. OLE color: 13809920.

HSL color Cylindrical-coordinate representation of color #00B9D2: hue angle of 187.14º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00B9D2 is Cyan = 1, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 0 185 210 -
CMYK 1 0.12 0 0.18
HSL 187.14º 1% 0.41% -
HSV(B) 187.14º 1% 0.82% -
XYZ 28.98 39.35 67.04 -
YUV 132.54 171.71 33.47 -
System Red Green Blue C M Y K H S L
Decimal 0 185 210 1 0.12 0 0.18 187.14 1 0.41
Hex 0 B9 D2 64 C 0 12 BB 64 29
Octal 0 271 322 144 14 0 22 273 144 51
Binary 0 10111001 11010010 1100100 1100 0 10010 10111011 1100100 101001

Color Harmonies of #00B9D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00B9D2

Black with #00B9D2

Text Example


Text Example

White with #00B9D2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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