Html Css Color HEX #08B9E1 Iris Blue

📋 copy color: '#08B9E1'

red 8 ◦ green 185 ◦ blue 225

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

Shades of Iris Blue #08B9E1

Tints of Iris Blue #08B9E1

RGB

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

 GREEN value IS 185 (72.66% from 255) = 44.26%

 BLUE value IS 225 (88.28% from 255) = 53.83%

R = 1.91%
G = 44.26%
B = 53.83%

CMYK

 C value IS 0.96

 M value IS 0.18

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#08B9E1 (or 0x08B9E1) is known color: Iris Blue. HEX triplet: 08, B9 and E1. RGB value is (8,185,225). Sum of RGB (Red+Green+Blue) = 8+185+225=418 (55% of max value = 765). Red value is 8 (3.52% from 255 or 1.91% from 418); Green value is 185 (72.66% from 255 or 44.26% from 418); Blue value is 225 (88.28% from 255 or 53.83% from 418); Max value from RGB is 225 - color contains mainly: blue. Hex color #08B9E1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08B9E1 is #F7461E. Grayscale: #888888. Windows color (decimal): -16205343 or 14792968. OLE color: 14792968.

HSL color Cylindrical-coordinate representation of color #08B9E1: hue angle of 191.06º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08B9E1 is Cyan = 0.96, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 8 185 225 -
CMYK 0.96 0.18 0 0.12
HSL 191.06º 0.93% 0.46% -
HSV(B) 191.06º 0.96% 0.88% -
XYZ 31.04 40.19 77.35 -
YUV 136.64 177.86 36.25 -
System Red Green Blue C M Y K H S L
Decimal 8 185 225 0.96 0.18 0 0.12 191.06 0.93 0.46
Hex 8 B9 E1 60 12 0 C BF 5D 2E
Octal 10 271 341 140 22 0 14 277 135 56
Binary 1000 10111001 11100001 1100000 10010 0 1100 10111111 1011101 101110

Color Harmonies of #08B9E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08B9E1

Black with #08B9E1

Text Example


Text Example

White with #08B9E1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,185,225); }

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

background-color css

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

 a { background-color: rgb(8,185,225); }

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

border-color css

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

 span { border-color: rgb(8,185,225); }

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