#08BECD

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

Shades of Iris Blue #08BECD

Tints of Iris Blue #08BECD

Color information

#08BECD (or 0x08BECD) is unknown color: approx Iris Blue. HEX triplet: 08, BE and CD. RGB value is (8,190,205). Sum of RGB (Red+Green+Blue) = 8+190+205=403 (53% of max value = 765). Red value is 8 (3.52% from 255 or 1.99% from 403); Green value is 190 (74.61% from 255 or 47.15% from 403); Blue value is 205 (80.47% from 255 or 50.87% from 403); Max value from RGB is 205 - color contains mainly: blue. Hex color #08BECD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08BECD is #F74132. Grayscale: #898989. Windows color (decimal): -16204083 or 13483528. OLE color: 13483528.

HSL color Cylindrical-coordinate representation of color #08BECD: hue angle of 184.57º 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 #08BECD is Cyan = 0.96, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB8190205-
CMYK0.960.0700.20
HSL184.57º92.49%41.76%-
HSV(B)184.57º96.1%80.39%-
XYZ29.5341.2964.17-
YUV137.29166.235.78-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 1.99%
GREEN value IS 190 (74.61% from 255) = 47.15%
BLUE value IS 205 (80.47% from 255) = 50.87%
R=1.99%
G=47.15%
B=50.87%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal81902050.960.0700.20184.5792.4941.76
Hex8BECD607014b95c2a
Octal10276315140702427113452
Binary100010111110110011011100000111010100101110011011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08BECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,190,205); }

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

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

 a { background-color: rgb(8,190,205); }

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

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

 span { border-color: rgb(8,190,205); }

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