Html Css Color HEX #00AFBC Iris Blue

📋 copy color: '#00AFBC'

red 0 ◦ green 175 ◦ blue 188

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

Shades of Iris Blue #00AFBC

Tints of Iris Blue #00AFBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 51.79%

R = 0%
G = 48.21%
B = 51.79%

CMYK

 C value IS 1

 M value IS 0.07

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#00AFBC (or 0x00AFBC) is known color: Iris Blue. HEX triplet: 00, AF and BC. RGB value is (0,175,188). Sum of RGB (Red+Green+Blue) = 0+175+188=363 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 363); Green value is 175 (68.75% from 255 or 48.21% from 363); Blue value is 188 (73.83% from 255 or 51.79% from 363); Max value from RGB is 188 - color contains mainly: blue. Hex color #00AFBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00AFBC is #FF5043. Grayscale: #7B7B7B. Windows color (decimal): -16732228 or 12365568. OLE color: 12365568.

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

Color convert

RGB 0 175 188 -
CMYK 1 0.07 0 0.26
HSL 184.15º 1% 0.37% -
HSV(B) 184.15º 1% 0.74% -
XYZ 24.41 34.29 52.91 -
YUV 124.16 164.02 39.44 -
System Red Green Blue C M Y K H S L
Decimal 0 175 188 1 0.07 0 0.26 184.15 1 0.37
Hex 0 AF BC 64 7 0 1A B8 64 25
Octal 0 257 274 144 7 0 32 270 144 45
Binary 0 10101111 10111100 1100100 111 0 11010 10111000 1100100 100101

Color Harmonies of #00AFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00AFBC

Black with #00AFBC

Text Example


Text Example

White with #00AFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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