Html Css Color HEX #00AFB8 Iris Blue

📋 copy color: '#00AFB8'

red 0 ◦ green 175 ◦ blue 184

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

Shades of Iris Blue #00AFB8

Tints of Iris Blue #00AFB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 51.25%

R = 0%
G = 48.75%
B = 51.25%

CMYK

 C value IS 1

 M value IS 0.05

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#00AFB8 (or 0x00AFB8) is known color: Iris Blue. HEX triplet: 00, AF and B8. RGB value is (0,175,184). Sum of RGB (Red+Green+Blue) = 0+175+184=359 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 359); Green value is 175 (68.75% from 255 or 48.75% from 359); Blue value is 184 (72.27% from 255 or 51.25% from 359); Max value from RGB is 184 - color contains mainly: blue. Hex color #00AFB8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00AFB8 is #FF5047. Grayscale: #7B7B7B. Windows color (decimal): -16732232 or 12103424. OLE color: 12103424.

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

Color convert

RGB 0 175 184 -
CMYK 1 0.05 0 0.28
HSL 182.93º 1% 0.36% -
HSV(B) 182.93º 1% 0.72% -
XYZ 23.98 34.12 50.67 -
YUV 123.7 162.02 39.77 -
System Red Green Blue C M Y K H S L
Decimal 0 175 184 1 0.05 0 0.28 182.93 1 0.36
Hex 0 AF B8 64 5 0 1C B7 64 24
Octal 0 257 270 144 5 0 34 267 144 44
Binary 0 10101111 10111000 1100100 101 0 11100 10110111 1100100 100100

Color Harmonies of #00AFB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00AFB8

Black with #00AFB8

Text Example


Text Example

White with #00AFB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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