Html Css Color HEX #00ADDF Iris Blue

📋 copy color: '#00ADDF'

red 0 ◦ green 173 ◦ blue 223

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

Shades of Iris Blue #00ADDF

Tints of Iris Blue #00ADDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 56.31%

R = 0%
G = 43.69%
B = 56.31%

CMYK

 C value IS 1

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#00ADDF (or 0x00ADDF) is known color: Iris Blue. HEX triplet: 00, AD and DF. RGB value is (0,173,223). Sum of RGB (Red+Green+Blue) = 0+173+223=396 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 396); Green value is 173 (67.97% from 255 or 43.69% from 396); Blue value is 223 (87.5% from 255 or 56.31% from 396); Max value from RGB is 223 - color contains mainly: blue. Hex color #00ADDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00ADDF is #FF5220. Grayscale: #7E7E7E. Windows color (decimal): -16732705 or 14658816. OLE color: 14658816.

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

Color convert

RGB 0 173 223 -
CMYK 1 0.22 0 0.13
HSL 193.45º 1% 0.44% -
HSV(B) 193.45º 1% 0.87% -
XYZ 28.26 35.21 75.12 -
YUV 126.97 182.19 37.43 -
System Red Green Blue C M Y K H S L
Decimal 0 173 223 1 0.22 0 0.13 193.45 1 0.44
Hex 0 AD DF 64 16 0 D C1 64 2C
Octal 0 255 337 144 26 0 15 301 144 54
Binary 0 10101101 11011111 1100100 10110 0 1101 11000001 1100100 101100

Color Harmonies of #00ADDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00ADDF

Black with #00ADDF

Text Example


Text Example

White with #00ADDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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