Html Css Color HEX #08B9CF Iris Blue

📋 copy color: '#08B9CF'

red 8 ◦ green 185 ◦ blue 207

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

Shades of Iris Blue #08B9CF

Tints of Iris Blue #08B9CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 51.75%

R = 2%
G = 46.25%
B = 51.75%

CMYK

 C value IS 0.96

 M value IS 0.11

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#08B9CF (or 0x08B9CF) is known color: Iris Blue. HEX triplet: 08, B9 and CF. RGB value is (8,185,207). Sum of RGB (Red+Green+Blue) = 8+185+207=400 (52% of max value = 765). Red value is 8 (3.52% from 255 or 2% from 400); Green value is 185 (72.66% from 255 or 46.25% from 400); Blue value is 207 (81.25% from 255 or 51.75% from 400); Max value from RGB is 207 - color contains mainly: blue. Hex color #08B9CF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08B9CF is #F74630. Grayscale: #868686. Windows color (decimal): -16205361 or 13613320. OLE color: 13613320.

HSL color Cylindrical-coordinate representation of color #08B9CF: hue angle of 186.63º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08B9CF is Cyan = 0.96, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 8 185 207 -
CMYK 0.96 0.11 0 0.19
HSL 186.63º 0.93% 0.42% -
HSV(B) 186.63º 0.96% 0.81% -
XYZ 28.71 39.25 65.1 -
YUV 134.59 168.86 37.71 -
System Red Green Blue C M Y K H S L
Decimal 8 185 207 0.96 0.11 0 0.19 186.63 0.93 0.42
Hex 8 B9 CF 60 B 0 13 BB 5D 2A
Octal 10 271 317 140 13 0 23 273 135 52
Binary 1000 10111001 11001111 1100000 1011 0 10011 10111011 1011101 101010

Color Harmonies of #08B9CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08B9CF

Black with #08B9CF

Text Example


Text Example

White with #08B9CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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