Html Css Color HEX #08AABB Iris Blue

📋 copy color: '#08AABB'

red 8 ◦ green 170 ◦ blue 187

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

Shades of Iris Blue #08AABB

Tints of Iris Blue #08AABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 51.23%

R = 2.19%
G = 46.58%
B = 51.23%

CMYK

 C value IS 0.96

 M value IS 0.09

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#08AABB (or 0x08AABB) is known color: Iris Blue. HEX triplet: 08, AA and BB. RGB value is (8,170,187). Sum of RGB (Red+Green+Blue) = 8+170+187=365 (48% of max value = 765). Red value is 8 (3.52% from 255 or 2.19% from 365); Green value is 170 (66.80% from 255 or 46.58% from 365); Blue value is 187 (73.44% from 255 or 51.23% from 365); Max value from RGB is 187 - color contains mainly: blue. Hex color #08AABB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #08AABB is #F75544. Grayscale: #7B7B7B. Windows color (decimal): -16209221 or 12298760. OLE color: 12298760.

HSL color Cylindrical-coordinate representation of color #08AABB: hue angle of 185.7º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08AABB is Cyan = 0.96, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 8 170 187 -
CMYK 0.96 0.09 0 0.27
HSL 185.7º 0.92% 0.38% -
HSV(B) 185.7º 0.96% 0.73% -
XYZ 23.44 32.39 52.03 -
YUV 123.5 163.83 45.62 -
System Red Green Blue C M Y K H S L
Decimal 8 170 187 0.96 0.09 0 0.27 185.7 0.92 0.38
Hex 8 AA BB 60 9 0 1B BA 5C 26
Octal 10 252 273 140 11 0 33 272 134 46
Binary 1000 10101010 10111011 1100000 1001 0 11011 10111010 1011100 100110

Color Harmonies of #08AABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08AABB

Black with #08AABB

Text Example


Text Example

White with #08AABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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