Html Css Color HEX #00AFAF Iris Blue

📋 copy color: '#00AFAF'

red 0 ◦ green 175 ◦ blue 175

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

Shades of Iris Blue #00AFAF

Tints of Iris Blue #00AFAF

RGB

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

 GREEN value IS 175 (68.75% from 255) = 50%

 BLUE value IS 175 (68.75% from 255) = 50%

R = 0%
G = 50%
B = 50%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#00AFAF (or 0x00AFAF) is known color: Iris Blue. HEX triplet: 00, AF and AF. RGB value is (0,175,175). Sum of RGB (Red+Green+Blue) = 0+175+175=350 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 350); Green value is 175 (68.75% from 255 or 50% from 350); Blue value is 175 (68.75% from 255 or 50% from 350); Max value from RGB is 175 - color contains mainly: green, blue. Hex color #00AFAF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00AFAF is #FF5050. Grayscale: #7A7A7A. Windows color (decimal): -16732241 or 11513600. OLE color: 11513600.

HSL color Cylindrical-coordinate representation of color #00AFAF: hue angle of 180º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00AFAF is Cyan = 1, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 0 175 175 -
CMYK 1 0 0 0.31
HSL 180º 1% 0.34% -
HSV(B) 180º 1% 0.69% -
XYZ 23.07 33.76 45.86 -
YUV 122.68 157.52 40.5 -
System Red Green Blue C M Y K H S L
Decimal 0 175 175 1 0 0 0.31 180 1 0.34
Hex 0 AF AF 64 0 0 1F B4 64 22
Octal 0 257 257 144 0 0 37 264 144 42
Binary 0 10101111 10101111 1100100 0 0 11111 10110100 1100100 100010

Color Harmonies of #00AFAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00AFAF

Black with #00AFAF

Text Example


Text Example

White with #00AFAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,175,175); }

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

background-color css

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

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

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

border-color css

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

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

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