#10BEE1

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

Shades of Iris Blue #10BEE1

Tints of Iris Blue #10BEE1

Color information

#10BEE1 (or 0x10BEE1) is unknown color: approx Iris Blue. HEX triplet: 10, BE and E1. RGB value is (16,190,225). Sum of RGB (Red+Green+Blue) = 16+190+225=431 (57% of max value = 765). Red value is 16 (6.64% from 255 or 3.71% from 431); Green value is 190 (74.61% from 255 or 44.08% from 431); Blue value is 225 (88.28% from 255 or 52.20% from 431); Max value from RGB is 225 - color contains mainly: blue. Hex color #10BEE1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10BEE1 is #EF411E. Grayscale: #8D8D8D. Windows color (decimal): -15679775 or 14794256. OLE color: 14794256.

HSL color Cylindrical-coordinate representation of color #10BEE1: hue angle of 190.05º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10BEE1 is Cyan = 0.93, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB16190225-
CMYK0.930.1600.12
HSL190.05º86.72%47.25%-
HSV(B)190.05º92.89%88.24%-
XYZ32.2242.3777.71-
YUV141.96174.8538.15-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 3.71%
GREEN value IS 190 (74.61% from 255) = 44.08%
BLUE value IS 225 (88.28% from 255) = 52.20%
R=3.71%
G=44.08%
B=52.20%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal161902250.930.1600.12190.0586.7247.25
Hex10BEE15D100Cbe572f
Octal202763411352001427612757
Binary10000101111101110000110111011000001100101111101010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10BEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,190,225); }

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

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

 a { background-color: rgb(16,190,225); }

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

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

 span { border-color: rgb(16,190,225); }

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