#10BBD4

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

Shades of Iris Blue #10BBD4

Tints of Iris Blue #10BBD4

Color information

#10BBD4 (or 0x10BBD4) is unknown color: approx Iris Blue. HEX triplet: 10, BB and D4. RGB value is (16,187,212). Sum of RGB (Red+Green+Blue) = 16+187+212=415 (54% of max value = 765). Red value is 16 (6.64% from 255 or 3.86% from 415); Green value is 187 (73.44% from 255 or 45.06% from 415); Blue value is 212 (83.20% from 255 or 51.08% from 415); Max value from RGB is 212 - color contains mainly: blue. Hex color #10BBD4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10BBD4 is #EF442B. Grayscale: #8A8A8A. Windows color (decimal): -15680556 or 13941520. OLE color: 13941520.

HSL color Cylindrical-coordinate representation of color #10BBD4: hue angle of 187.65º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10BBD4 is Cyan = 0.92, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB16187212-
CMYK0.920.1200.17
HSL187.65º85.96%44.71%-
HSV(B)187.65º92.45%83.14%-
XYZ29.8740.468.51-
YUV138.72169.3540.47-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 3.86%
GREEN value IS 187 (73.44% from 255) = 45.06%
BLUE value IS 212 (83.20% from 255) = 51.08%
R=3.86%
G=45.06%
B=51.08%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal161872120.920.1200.17187.6585.9644.71
Hex10BBD45CC011bc562d
Octal202733241341402127412655
Binary10000101110111101010010111001100010001101111001010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10BBD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10BBD4; }

 p { color: rgb(16,187,212); }

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

<style>
 a { background-color: #10BBD4; }

 a { background-color: rgb(16,187,212); }

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

<style>
 span { border-color: #10BBD4; }

 span { border-color: rgb(16,187,212); }

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