Html Css Color HEX #00ADCE Iris Blue

📋 copy color: '#00ADCE'

red 0 ◦ green 173 ◦ blue 206

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

Shades of Iris Blue #00ADCE

Tints of Iris Blue #00ADCE

RGB

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

 GREEN value IS 173 (67.97% from 255) = 45.65%

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

R = 0%
G = 45.65%
B = 54.35%

CMYK

 C value IS 1

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#00ADCE (or 0x00ADCE) is known color: Iris Blue. HEX triplet: 00, AD and CE. RGB value is (0,173,206). Sum of RGB (Red+Green+Blue) = 0+173+206=379 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 379); Green value is 173 (67.97% from 255 or 45.65% from 379); Blue value is 206 (80.86% from 255 or 54.35% from 379); Max value from RGB is 206 - color contains mainly: blue. Hex color #00ADCE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00ADCE is #FF5231. Grayscale: #7C7C7C. Windows color (decimal): -16732722 or 13544704. OLE color: 13544704.

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

Color convert

RGB 0 173 206 -
CMYK 1 0.16 0 0.19
HSL 189.61º 1% 0.4% -
HSV(B) 189.61º 1% 0.81% -
XYZ 26.08 34.34 63.65 -
YUV 125.04 173.69 38.82 -
System Red Green Blue C M Y K H S L
Decimal 0 173 206 1 0.16 0 0.19 189.61 1 0.4
Hex 0 AD CE 64 10 0 13 BE 64 28
Octal 0 255 316 144 20 0 23 276 144 50
Binary 0 10101101 11001110 1100100 10000 0 10011 10111110 1100100 101000

Color Harmonies of #00ADCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00ADCE

Black with #00ADCE

Text Example


Text Example

White with #00ADCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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