Html Css Color HEX #00AFB3 Iris Blue

📋 copy color: '#00AFB3'

red 0 ◦ green 175 ◦ blue 179

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

Shades of Iris Blue #00AFB3

Tints of Iris Blue #00AFB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 50.56%

R = 0%
G = 49.44%
B = 50.56%

CMYK

 C value IS 1

 M value IS 0.02

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#00AFB3 (or 0x00AFB3) is known color: Iris Blue. HEX triplet: 00, AF and B3. RGB value is (0,175,179). Sum of RGB (Red+Green+Blue) = 0+175+179=354 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 354); Green value is 175 (68.75% from 255 or 49.44% from 354); Blue value is 179 (70.31% from 255 or 50.56% from 354); Max value from RGB is 179 - color contains mainly: blue. Hex color #00AFB3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00AFB3 is #FF504C. Grayscale: #7A7A7A. Windows color (decimal): -16732237 or 11775744. OLE color: 11775744.

HSL color Cylindrical-coordinate representation of color #00AFB3: hue angle of 181.34º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00AFB3 is Cyan = 1, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 0 175 179 -
CMYK 1 0.02 0 0.30
HSL 181.34º 1% 0.35% -
HSV(B) 181.34º 1% 0.7% -
XYZ 23.47 33.91 47.96 -
YUV 123.13 159.52 40.17 -
System Red Green Blue C M Y K H S L
Decimal 0 175 179 1 0.02 0 0.30 181.34 1 0.35
Hex 0 AF B3 64 2 0 1E B5 64 23
Octal 0 257 263 144 2 0 36 265 144 43
Binary 0 10101111 10110011 1100100 10 0 11110 10110101 1100100 100011

Color Harmonies of #00AFB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00AFB3

Black with #00AFB3

Text Example


Text Example

White with #00AFB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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