Html Css Color HEX #00B0DC Iris Blue

📋 copy color: '#00B0DC'

red 0 ◦ green 176 ◦ blue 220

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

Shades of Iris Blue #00B0DC

Tints of Iris Blue #00B0DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 55.56%

R = 0%
G = 44.44%
B = 55.56%

CMYK

 C value IS 1

 M value IS 0.2

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#00B0DC (or 0x00B0DC) is known color: Iris Blue. HEX triplet: 00, B0 and DC. RGB value is (0,176,220). Sum of RGB (Red+Green+Blue) = 0+176+220=396 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 396); Green value is 176 (69.14% from 255 or 44.44% from 396); Blue value is 220 (86.33% from 255 or 55.56% from 396); Max value from RGB is 220 - color contains mainly: blue. Hex color #00B0DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00B0DC is #FF4F23. Grayscale: #808080. Windows color (decimal): -16731940 or 14462976. OLE color: 14462976.

HSL color Cylindrical-coordinate representation of color #00B0DC: hue angle of 192º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00B0DC is Cyan = 1, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 0 176 220 -
CMYK 1 0.2 0 0.14
HSL 192º 1% 0.43% -
HSV(B) 192º 1% 0.86% -
XYZ 28.44 36.22 73.2 -
YUV 128.39 179.69 36.42 -
System Red Green Blue C M Y K H S L
Decimal 0 176 220 1 0.2 0 0.14 192 1 0.43
Hex 0 B0 DC 64 14 0 E C0 64 2B
Octal 0 260 334 144 24 0 16 300 144 53
Binary 0 10110000 11011100 1100100 10100 0 1110 11000000 1100100 101011

Color Harmonies of #00B0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00B0DC

Black with #00B0DC

Text Example


Text Example

White with #00B0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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