Html Css Color HEX #00B0CD Iris Blue

📋 copy color: '#00B0CD'

red 0 ◦ green 176 ◦ blue 205

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

Shades of Iris Blue #00B0CD

Tints of Iris Blue #00B0CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 53.81%

R = 0%
G = 46.19%
B = 53.81%

CMYK

 C value IS 1

 M value IS 0.14

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#00B0CD (or 0x00B0CD) is known color: Iris Blue. HEX triplet: 00, B0 and CD. RGB value is (0,176,205). Sum of RGB (Red+Green+Blue) = 0+176+205=381 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 381); Green value is 176 (69.14% from 255 or 46.19% from 381); Blue value is 205 (80.47% from 255 or 53.81% from 381); Max value from RGB is 205 - color contains mainly: blue. Hex color #00B0CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00B0CD is #FF4F32. Grayscale: #7E7E7E. Windows color (decimal): -16731955 or 13479936. OLE color: 13479936.

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

Color convert

RGB 0 176 205 -
CMYK 1 0.14 0 0.20
HSL 188.49º 1% 0.4% -
HSV(B) 188.49º 1% 0.8% -
XYZ 26.54 35.46 63.2 -
YUV 126.68 172.19 37.64 -
System Red Green Blue C M Y K H S L
Decimal 0 176 205 1 0.14 0 0.20 188.49 1 0.4
Hex 0 B0 CD 64 E 0 14 BC 64 28
Octal 0 260 315 144 16 0 24 274 144 50
Binary 0 10110000 11001101 1100100 1110 0 10100 10111100 1100100 101000

Color Harmonies of #00B0CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00B0CD

Black with #00B0CD

Text Example


Text Example

White with #00B0CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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