#15BBCE

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

Shades of Iris Blue #15BBCE

Tints of Iris Blue #15BBCE

Color information

#15BBCE (or 0x15BBCE) is unknown color: approx Iris Blue. HEX triplet: 15, BB and CE. RGB value is (21,187,206). Sum of RGB (Red+Green+Blue) = 21+187+206=414 (54% of max value = 765). Red value is 21 (8.59% from 255 or 5.07% from 414); Green value is 187 (73.44% from 255 or 45.17% from 414); Blue value is 206 (80.86% from 255 or 49.76% from 414); Max value from RGB is 206 - color contains mainly: blue. Hex color #15BBCE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15BBCE is #EA4431. Grayscale: #8B8B8B. Windows color (decimal): -15352882 or 13548309. OLE color: 13548309.

HSL color Cylindrical-coordinate representation of color #15BBCE: hue angle of 186.16º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15BBCE is Cyan = 0.90, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB21187206-
CMYK0.900.0900.19
HSL186.16º81.5%44.51%-
HSV(B)186.16º89.81%80.78%-
XYZ29.2240.1664.6-
YUV139.53165.543.46-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 5.07%
GREEN value IS 187 (73.44% from 255) = 45.17%
BLUE value IS 206 (80.86% from 255) = 49.76%
R=5.07%
G=45.17%
B=49.76%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal211872060.900.0900.19186.1681.544.51
Hex15BBCE5A9013ba512d
Octal252733161321102327212155
Binary10101101110111100111010110101001010011101110101010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15BBCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15BBCE; }

 p { color: rgb(21,187,206); }

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

<style>
 a { background-color: #15BBCE; }

 a { background-color: rgb(21,187,206); }

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

<style>
 span { border-color: #15BBCE; }

 span { border-color: rgb(21,187,206); }

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