Html Css Color HEX #00AFBA Iris Blue

📋 copy color: '#00AFBA'

red 0 ◦ green 175 ◦ blue 186

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

Shades of Iris Blue #00AFBA

Tints of Iris Blue #00AFBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 51.52%

R = 0%
G = 48.48%
B = 51.52%

CMYK

 C value IS 1

 M value IS 0.06

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#00AFBA (or 0x00AFBA) is known color: Iris Blue. HEX triplet: 00, AF and BA. RGB value is (0,175,186). Sum of RGB (Red+Green+Blue) = 0+175+186=361 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 361); Green value is 175 (68.75% from 255 or 48.48% from 361); Blue value is 186 (73.05% from 255 or 51.52% from 361); Max value from RGB is 186 - color contains mainly: blue. Hex color #00AFBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00AFBA is #FF5045. Grayscale: #7B7B7B. Windows color (decimal): -16732230 or 12234496. OLE color: 12234496.

HSL color Cylindrical-coordinate representation of color #00AFBA: hue angle of 183.55º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00AFBA is Cyan = 1, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 0 175 186 -
CMYK 1 0.06 0 0.27
HSL 183.55º 1% 0.36% -
HSV(B) 183.55º 1% 0.73% -
XYZ 24.19 34.21 51.78 -
YUV 123.93 163.02 39.61 -
System Red Green Blue C M Y K H S L
Decimal 0 175 186 1 0.06 0 0.27 183.55 1 0.36
Hex 0 AF BA 64 6 0 1B B8 64 24
Octal 0 257 272 144 6 0 33 270 144 44
Binary 0 10101111 10111010 1100100 110 0 11011 10111000 1100100 100100

Color Harmonies of #00AFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00AFBA

Black with #00AFBA

Text Example


Text Example

White with #00AFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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