Html Css Color HEX #00B3DC Iris Blue

📋 copy color: '#00B3DC'

red 0 ◦ green 179 ◦ blue 220

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

Shades of Iris Blue #00B3DC

Tints of Iris Blue #00B3DC

RGB

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

 GREEN value IS 179 (70.31% from 255) = 44.86%

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

R = 0%
G = 44.86%
B = 55.14%

CMYK

 C value IS 1

 M value IS 0.19

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#00B3DC (or 0x00B3DC) is known color: Iris Blue. HEX triplet: 00, B3 and DC. RGB value is (0,179,220). Sum of RGB (Red+Green+Blue) = 0+179+220=399 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 399); Green value is 179 (70.31% from 255 or 44.86% from 399); Blue value is 220 (86.33% from 255 or 55.14% from 399); Max value from RGB is 220 - color contains mainly: blue. Hex color #00B3DC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00B3DC is #FF4C23. Grayscale: #818181. Windows color (decimal): -16731172 or 14463744. OLE color: 14463744.

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

Color convert

RGB 0 179 220 -
CMYK 1 0.19 0 0.14
HSL 191.18º 1% 0.43% -
HSV(B) 191.18º 1% 0.86% -
XYZ 29.04 37.41 73.4 -
YUV 130.15 178.7 35.17 -
System Red Green Blue C M Y K H S L
Decimal 0 179 220 1 0.19 0 0.14 191.18 1 0.43
Hex 0 B3 DC 64 13 0 E BF 64 2B
Octal 0 263 334 144 23 0 16 277 144 53
Binary 0 10110011 11011100 1100100 10011 0 1110 10111111 1100100 101011

Color Harmonies of #00B3DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00B3DC

Black with #00B3DC

Text Example


Text Example

White with #00B3DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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