Html Css Color HEX #00AFBF Iris Blue

📋 copy color: '#00AFBF'

red 0 ◦ green 175 ◦ blue 191

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

Shades of Iris Blue #00AFBF

Tints of Iris Blue #00AFBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 52.19%

R = 0%
G = 47.81%
B = 52.19%

CMYK

 C value IS 1

 M value IS 0.08

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#00AFBF (or 0x00AFBF) is known color: Iris Blue. HEX triplet: 00, AF and BF. RGB value is (0,175,191). Sum of RGB (Red+Green+Blue) = 0+175+191=366 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 366); Green value is 175 (68.75% from 255 or 47.81% from 366); Blue value is 191 (75% from 255 or 52.19% from 366); Max value from RGB is 191 - color contains mainly: blue. Hex color #00AFBF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00AFBF is #FF5040. Grayscale: #7C7C7C. Windows color (decimal): -16732225 or 12562176. OLE color: 12562176.

HSL color Cylindrical-coordinate representation of color #00AFBF: hue angle of 185.03º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00AFBF is Cyan = 1, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 0 175 191 -
CMYK 1 0.08 0 0.25
HSL 185.03º 1% 0.37% -
HSV(B) 185.03º 1% 0.75% -
XYZ 24.73 34.42 54.63 -
YUV 124.5 165.52 39.2 -
System Red Green Blue C M Y K H S L
Decimal 0 175 191 1 0.08 0 0.25 185.03 1 0.37
Hex 0 AF BF 64 8 0 19 B9 64 25
Octal 0 257 277 144 10 0 31 271 144 45
Binary 0 10101111 10111111 1100100 1000 0 11001 10111001 1100100 100101

Color Harmonies of #00AFBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00AFBF

Black with #00AFBF

Text Example


Text Example

White with #00AFBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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