Html Css Color HEX #08A8D7 Iris Blue

📋 copy color: '#08A8D7'

red 8 ◦ green 168 ◦ blue 215

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

Shades of Iris Blue #08A8D7

Tints of Iris Blue #08A8D7

RGB

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

 GREEN value IS 168 (66.02% from 255) = 42.97%

 BLUE value IS 215 (84.38% from 255) = 54.99%

R = 2.05%
G = 42.97%
B = 54.99%

CMYK

 C value IS 0.96

 M value IS 0.22

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#08A8D7 (or 0x08A8D7) is known color: Iris Blue. HEX triplet: 08, A8 and D7. RGB value is (8,168,215). Sum of RGB (Red+Green+Blue) = 8+168+215=391 (51% of max value = 765). Red value is 8 (3.52% from 255 or 2.05% from 391); Green value is 168 (66.02% from 255 or 42.97% from 391); Blue value is 215 (84.38% from 255 or 54.99% from 391); Max value from RGB is 215 - color contains mainly: blue. Hex color #08A8D7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #08A8D7 is #F75728. Grayscale: #7D7D7D. Windows color (decimal): -16209705 or 14133256. OLE color: 14133256.

HSL color Cylindrical-coordinate representation of color #08A8D7: hue angle of 193.62º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08A8D7 is Cyan = 0.96, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 8 168 215 -
CMYK 0.96 0.22 0 0.16
HSL 193.62º 0.93% 0.44% -
HSV(B) 193.62º 0.96% 0.84% -
XYZ 26.37 32.96 69.26 -
YUV 125.52 178.49 44.18 -
System Red Green Blue C M Y K H S L
Decimal 8 168 215 0.96 0.22 0 0.16 193.62 0.93 0.44
Hex 8 A8 D7 60 16 0 10 C2 5D 2C
Octal 10 250 327 140 26 0 20 302 135 54
Binary 1000 10101000 11010111 1100000 10110 0 10000 11000010 1011101 101100

Color Harmonies of #08A8D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08A8D7

Black with #08A8D7

Text Example


Text Example

White with #08A8D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,168,215); }

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

background-color css

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

 a { background-color: rgb(8,168,215); }

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

border-color css

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

 span { border-color: rgb(8,168,215); }

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