Html Css Color HEX #08ABBA Iris Blue

📋 copy color: '#08ABBA'

red 8 ◦ green 171 ◦ blue 186

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

Shades of Iris Blue #08ABBA

Tints of Iris Blue #08ABBA

RGB

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

 GREEN value IS 171 (67.19% from 255) = 46.85%

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

R = 2.19%
G = 46.85%
B = 50.96%

CMYK

 C value IS 0.96

 M value IS 0.08

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#08ABBA (or 0x08ABBA) is known color: Iris Blue. HEX triplet: 08, AB and BA. RGB value is (8,171,186). Sum of RGB (Red+Green+Blue) = 8+171+186=365 (48% of max value = 765). Red value is 8 (3.52% from 255 or 2.19% from 365); Green value is 171 (67.19% from 255 or 46.85% from 365); Blue value is 186 (73.05% from 255 or 50.96% from 365); Max value from RGB is 186 - color contains mainly: blue. Hex color #08ABBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #08ABBA is #F75445. Grayscale: #7B7B7B. Windows color (decimal): -16208966 or 12233480. OLE color: 12233480.

HSL color Cylindrical-coordinate representation of color #08ABBA: hue angle of 185.06º 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 #08ABBA is Cyan = 0.96, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 8 171 186 -
CMYK 0.96 0.08 0 0.27
HSL 185.06º 0.92% 0.38% -
HSV(B) 185.06º 0.96% 0.73% -
XYZ 23.53 32.72 51.53 -
YUV 123.97 163 45.28 -
System Red Green Blue C M Y K H S L
Decimal 8 171 186 0.96 0.08 0 0.27 185.06 0.92 0.38
Hex 8 AB BA 60 8 0 1B B9 5C 26
Octal 10 253 272 140 10 0 33 271 134 46
Binary 1000 10101011 10111010 1100000 1000 0 11011 10111001 1011100 100110

Color Harmonies of #08ABBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08ABBA

Black with #08ABBA

Text Example


Text Example

White with #08ABBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,171,186); }

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

background-color css

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

 a { background-color: rgb(8,171,186); }

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

border-color css

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

 span { border-color: rgb(8,171,186); }

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