Html Css Color HEX #00B9CD Iris Blue

📋 copy color: '#00B9CD'

red 0 ◦ green 185 ◦ blue 205

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

Shades of Iris Blue #00B9CD

Tints of Iris Blue #00B9CD

RGB

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

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

 BLUE value IS 205 (80.47% 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.20

RGB Variations

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

Color information

#00B9CD (or 0x00B9CD) is known color: Iris Blue. HEX triplet: 00, B9 and CD. RGB value is (0,185,205). Sum of RGB (Red+Green+Blue) = 0+185+205=390 (51% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 390); Green value is 185 (72.66% from 255 or 47.44% from 390); Blue value is 205 (80.47% from 255 or 52.56% from 390); Max value from RGB is 205 - color contains mainly: blue. Hex color #00B9CD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00B9CD is #FF4632. Grayscale: #838383. Windows color (decimal): -16729651 or 13482240. OLE color: 13482240.

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

Color convert

RGB 0 185 205 -
CMYK 1 0.10 0 0.20
HSL 185.85º 1% 0.4% -
HSV(B) 185.85º 1% 0.8% -
XYZ 28.37 39.11 63.81 -
YUV 131.97 169.21 33.87 -
System Red Green Blue C M Y K H S L
Decimal 0 185 205 1 0.10 0 0.20 185.85 1 0.4
Hex 0 B9 CD 64 A 0 14 BA 64 28
Octal 0 271 315 144 12 0 24 272 144 50
Binary 0 10111001 11001101 1100100 1010 0 10100 10111010 1100100 101000

Color Harmonies of #00B9CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00B9CD

Black with #00B9CD

Text Example


Text Example

White with #00B9CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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