Html Css Color HEX #10BCC0 Iris Blue

📋 copy color: '#10BCC0'

red 16 ◦ green 188 ◦ blue 192

#10BCC0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Iris Blue #10BCC0

Tints of Iris Blue #10BCC0

RGB

 RED value IS 16 (6.64% from 255) = 4.04%

 GREEN value IS 188 (73.83% from 255) = 47.47%

 BLUE value IS 192 (75.39% from 255) = 48.48%

R = 4.04%
G = 47.47%
B = 48.48%

CMYK

 C value IS 0.92

 M value IS 0.02

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#10BCC0 (or 0x10BCC0) is known color: Iris Blue. HEX triplet: 10, BC and C0. RGB value is (16,188,192). Sum of RGB (Red+Green+Blue) = 16+188+192=396 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4.04% from 396); Green value is 188 (73.83% from 255 or 47.47% from 396); Blue value is 192 (75.39% from 255 or 48.48% from 396); Max value from RGB is 192 - color contains mainly: blue. Hex color #10BCC0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10BCC0 is #EF433F. Grayscale: #888888. Windows color (decimal): -15680320 or 12631056. OLE color: 12631056.

HSL color Cylindrical-coordinate representation of color #10BCC0: hue angle of 181.36º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10BCC0 is Cyan = 0.92, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 16 188 192 -
CMYK 0.92 0.02 0 0.25
HSL 181.36º 0.85% 0.41% -
HSV(B) 181.36º 0.92% 0.75% -
XYZ 27.71 39.88 56.11 -
YUV 137.03 159.02 41.67 -
System Red Green Blue C M Y K H S L
Decimal 16 188 192 0.92 0.02 0 0.25 181.36 0.85 0.41
Hex 10 BC C0 5C 2 0 19 B5 55 29
Octal 20 274 300 134 2 0 31 265 125 51
Binary 10000 10111100 11000000 1011100 10 0 11001 10110101 1010101 101001

Color Harmonies of #10BCC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10BCC0

Black with #10BCC0

Text Example


Text Example

White with #10BCC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,188,192); }

 H1.HeaderClassName
 {
   color: #10BCC0;
 }
 .AnyTagClassName
 {
   color: #10BCC0;
 }
</style>

background-color css

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

 a { background-color: rgb(16,188,192); }

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

border-color css

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

 span { border-color: rgb(16,188,192); }

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