Html Css Color HEX #08ADBC Iris Blue

📋 copy color: '#08ADBC'

red 8 ◦ green 173 ◦ blue 188

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

Shades of Iris Blue #08ADBC

Tints of Iris Blue #08ADBC

RGB

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

 GREEN value IS 173 (67.97% from 255) = 46.88%

 BLUE value IS 188 (73.83% from 255) = 50.95%

R = 2.17%
G = 46.88%
B = 50.95%

CMYK

 C value IS 0.96

 M value IS 0.08

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#08ADBC (or 0x08ADBC) is known color: Iris Blue. HEX triplet: 08, AD and BC. RGB value is (8,173,188). Sum of RGB (Red+Green+Blue) = 8+173+188=369 (48% of max value = 765). Red value is 8 (3.52% from 255 or 2.17% from 369); Green value is 173 (67.97% from 255 or 46.88% from 369); Blue value is 188 (73.83% from 255 or 50.95% from 369); Max value from RGB is 188 - color contains mainly: blue. Hex color #08ADBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #08ADBC is #F75243. Grayscale: #7D7D7D. Windows color (decimal): -16208452 or 12365064. OLE color: 12365064.

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

Color convert

RGB 8 173 188 -
CMYK 0.96 0.08 0 0.26
HSL 185º 0.92% 0.38% -
HSV(B) 185º 0.96% 0.74% -
XYZ 24.12 33.57 52.79 -
YUV 125.38 163.34 44.28 -
System Red Green Blue C M Y K H S L
Decimal 8 173 188 0.96 0.08 0 0.26 185 0.92 0.38
Hex 8 AD BC 60 8 0 1A B9 5C 26
Octal 10 255 274 140 10 0 32 271 134 46
Binary 1000 10101101 10111100 1100000 1000 0 11010 10111001 1011100 100110

Color Harmonies of #08ADBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08ADBC

Black with #08ADBC

Text Example


Text Example

White with #08ADBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,173,188); }

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

background-color css

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

 a { background-color: rgb(8,173,188); }

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

border-color css

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

 span { border-color: rgb(8,173,188); }

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