Html Css Color HEX #08A8CB Iris Blue

📋 copy color: '#08A8CB'

red 8 ◦ green 168 ◦ blue 203

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

Shades of Iris Blue #08A8CB

Tints of Iris Blue #08A8CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 53.56%

R = 2.11%
G = 44.33%
B = 53.56%

CMYK

 C value IS 0.96

 M value IS 0.17

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#08A8CB (or 0x08A8CB) is known color: Iris Blue. HEX triplet: 08, A8 and CB. RGB value is (8,168,203). Sum of RGB (Red+Green+Blue) = 8+168+203=379 (50% of max value = 765). Red value is 8 (3.52% from 255 or 2.11% from 379); Green value is 168 (66.02% from 255 or 44.33% from 379); Blue value is 203 (79.69% from 255 or 53.56% from 379); Max value from RGB is 203 - color contains mainly: blue. Hex color #08A8CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #08A8CB is #F75734. Grayscale: #7B7B7B. Windows color (decimal): -16209717 or 13346824. OLE color: 13346824.

HSL color Cylindrical-coordinate representation of color #08A8CB: hue angle of 190.77º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08A8CB is Cyan = 0.96, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 8 168 203 -
CMYK 0.96 0.17 0 0.20
HSL 190.77º 0.92% 0.41% -
HSV(B) 190.77º 0.96% 0.8% -
XYZ 24.88 32.37 61.44 -
YUV 124.15 172.49 45.15 -
System Red Green Blue C M Y K H S L
Decimal 8 168 203 0.96 0.17 0 0.20 190.77 0.92 0.41
Hex 8 A8 CB 60 11 0 14 BF 5C 29
Octal 10 250 313 140 21 0 24 277 134 51
Binary 1000 10101000 11001011 1100000 10001 0 10100 10111111 1011100 101001

Color Harmonies of #08A8CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08A8CB

Black with #08A8CB

Text Example


Text Example

White with #08A8CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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