#06BBC7

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

Shades of Iris Blue #06BBC7

Tints of Iris Blue #06BBC7

Color information

#06BBC7 (or 0x06BBC7) is unknown color: approx Iris Blue. HEX triplet: 06, BB and C7. RGB value is (6,187,199). Sum of RGB (Red+Green+Blue) = 6+187+199=392 (51% of max value = 765). Red value is 6 (2.73% from 255 or 1.53% from 392); Green value is 187 (73.44% from 255 or 47.70% from 392); Blue value is 199 (78.12% from 255 or 50.77% from 392); Max value from RGB is 199 - color contains mainly: blue. Hex color #06BBC7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06BBC7 is #F94438. Grayscale: #868686. Windows color (decimal): -16335929 or 13089542. OLE color: 13089542.

HSL color Cylindrical-coordinate representation of color #06BBC7: hue angle of 183.73º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06BBC7 is Cyan = 0.97, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB6187199-
CMYK0.970.0600.22
HSL183.73º94.15%40.2%-
HSV(B)183.73º96.98%78.04%-
XYZ28.1539.760.21-
YUV134.25164.5336.52-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.53%
GREEN value IS 187 (73.44% from 255) = 47.70%
BLUE value IS 199 (78.12% from 255) = 50.77%
R=1.53%
G=47.70%
B=50.77%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal61871990.970.0600.22183.7394.1540.2
Hex6BBC7616016b85e28
Octal6273307141602627013650
Binary11010111011110001111100001110010110101110001011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06BBC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06BBC7; }

 p { color: rgb(6,187,199); }

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

<style>
 a { background-color: #06BBC7; }

 a { background-color: rgb(6,187,199); }

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

<style>
 span { border-color: #06BBC7; }

 span { border-color: rgb(6,187,199); }

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