#08BFCC

Color #08BFCC Iris Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Iris Blue #08BFCC

Tints of Iris Blue #08BFCC

Color information

#08BFCC (or 0x08BFCC) is unknown color: approx Iris Blue. HEX triplet: 08, BF and CC. RGB value is (8,191,204). Sum of RGB (Red+Green+Blue) = 8+191+204=403 (53% of max value = 765). Red value is 8 (3.52% from 255 or 1.99% from 403); Green value is 191 (75% from 255 or 47.39% from 403); Blue value is 204 (80.08% from 255 or 50.62% from 403); Max value from RGB is 204 - color contains mainly: blue. Hex color #08BFCC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08BFCC is #F74033. Grayscale: #898989. Windows color (decimal): -16203828 or 13418248. OLE color: 13418248.

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

Color convert

RGB8191204-
CMYK0.960.0600.2
HSL183.98º92.45%41.57%-
HSV(B)183.98º96.08%80%-
XYZ29.6341.6763.61-
YUV137.76165.3735.44-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 1.99%
GREEN value IS 191 (75% from 255) = 47.39%
BLUE value IS 204 (80.08% from 255) = 50.62%
R=1.99%
G=47.39%
B=50.62%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal81912040.960.0600.2183.9892.4541.57
Hex8BFCC606014b85c2a
Octal10277314140602427013452
Binary100010111111110011001100000110010100101110001011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08BFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,191,204); }

 H1.HeaderClassName
 {
   color: #08BFCC;
 }
 .AnyTagClassName
 {
   color: #08BFCC;
 }
</style>
background-color css

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

 a { background-color: rgb(8,191,204); }

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

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

 span { border-color: rgb(8,191,204); }

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