Html Css Color HEX #00B3CE Iris Blue

📋 copy color: '#00B3CE'

red 0 ◦ green 179 ◦ blue 206

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

Shades of Iris Blue #00B3CE

Tints of Iris Blue #00B3CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 53.51%

R = 0%
G = 46.49%
B = 53.51%

CMYK

 C value IS 1

 M value IS 0.13

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#00B3CE (or 0x00B3CE) is known color: Iris Blue. HEX triplet: 00, B3 and CE. RGB value is (0,179,206). Sum of RGB (Red+Green+Blue) = 0+179+206=385 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 385); Green value is 179 (70.31% from 255 or 46.49% from 385); Blue value is 206 (80.86% from 255 or 53.51% from 385); Max value from RGB is 206 - color contains mainly: blue. Hex color #00B3CE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00B3CE is #FF4C31. Grayscale: #808080. Windows color (decimal): -16731186 or 13546240. OLE color: 13546240.

HSL color Cylindrical-coordinate representation of color #00B3CE: hue angle of 187.86º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00B3CE is Cyan = 1, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 0 179 206 -
CMYK 1 0.13 0 0.19
HSL 187.86º 1% 0.4% -
HSV(B) 187.86º 1% 0.81% -
XYZ 27.26 36.7 64.04 -
YUV 128.56 171.7 36.3 -
System Red Green Blue C M Y K H S L
Decimal 0 179 206 1 0.13 0 0.19 187.86 1 0.4
Hex 0 B3 CE 64 D 0 13 BC 64 28
Octal 0 263 316 144 15 0 23 274 144 50
Binary 0 10110011 11001110 1100100 1101 0 10011 10111100 1100100 101000

Color Harmonies of #00B3CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00B3CE

Black with #00B3CE

Text Example


Text Example

White with #00B3CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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