Html Css Color HEX #08AACF Iris Blue

📋 copy color: '#08AACF'

red 8 ◦ green 170 ◦ blue 207

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

Shades of Iris Blue #08AACF

Tints of Iris Blue #08AACF

RGB

 RED value IS 8 (3.52% from 255) = 2.08%

 GREEN value IS 170 (66.8% from 255) = 44.16%

 BLUE value IS 207 (81.25% from 255) = 53.77%

R = 2.08%
G = 44.16%
B = 53.77%

CMYK

 C value IS 0.96

 M value IS 0.18

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#08AACF (or 0x08AACF) is known color: Iris Blue. HEX triplet: 08, AA and CF. RGB value is (8,170,207). Sum of RGB (Red+Green+Blue) = 8+170+207=385 (50% of max value = 765). Red value is 8 (3.52% from 255 or 2.08% from 385); Green value is 170 (66.80% from 255 or 44.16% from 385); Blue value is 207 (81.25% from 255 or 53.77% from 385); Max value from RGB is 207 - color contains mainly: blue. Hex color #08AACF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #08AACF is #F75530. Grayscale: #7D7D7D. Windows color (decimal): -16209201 or 13609480. OLE color: 13609480.

HSL color Cylindrical-coordinate representation of color #08AACF: hue angle of 191.16º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08AACF is Cyan = 0.96, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 8 170 207 -
CMYK 0.96 0.18 0 0.19
HSL 191.16º 0.93% 0.42% -
HSV(B) 191.16º 0.96% 0.81% -
XYZ 25.74 33.31 64.1 -
YUV 125.78 173.83 43.99 -
System Red Green Blue C M Y K H S L
Decimal 8 170 207 0.96 0.18 0 0.19 191.16 0.93 0.42
Hex 8 AA CF 60 12 0 13 BF 5D 2A
Octal 10 252 317 140 22 0 23 277 135 52
Binary 1000 10101010 11001111 1100000 10010 0 10011 10111111 1011101 101010

Color Harmonies of #08AACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08AACF

Black with #08AACF

Text Example


Text Example

White with #08AACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08AACF; }

 p { color: rgb(8,170,207); }

 H1.HeaderClassName
 {
   color: #08AACF;
 }
 .AnyTagClassName
 {
   color: #08AACF;
 }
</style>

background-color css

<style>
 a { background-color: #08AACF; }

 a { background-color: rgb(8,170,207); }

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

border-color css

<style>
 span { border-color: #08AACF; }

 span { border-color: rgb(8,170,207); }

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