Html Css Color HEX #10BBC0 Iris Blue

📋 copy color: '#10BBC0'

red 16 ◦ green 187 ◦ blue 192

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

Shades of Iris Blue #10BBC0

Tints of Iris Blue #10BBC0

RGB

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

 GREEN value IS 187 (73.44% from 255) = 47.34%

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

R = 4.05%
G = 47.34%
B = 48.61%

CMYK

 C value IS 0.92

 M value IS 0.03

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#10BBC0 (or 0x10BBC0) is known color: Iris Blue. HEX triplet: 10, BB and C0. RGB value is (16,187,192). Sum of RGB (Red+Green+Blue) = 16+187+192=395 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4.05% from 395); Green value is 187 (73.44% from 255 or 47.34% from 395); Blue value is 192 (75.39% from 255 or 48.61% from 395); Max value from RGB is 192 - color contains mainly: blue. Hex color #10BBC0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10BBC0 is #EF443F. Grayscale: #888888. Windows color (decimal): -15680576 or 12630800. OLE color: 12630800.

HSL color Cylindrical-coordinate representation of color #10BBC0: hue angle of 181.7º 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 #10BBC0 is Cyan = 0.92, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 16 187 192 -
CMYK 0.92 0.03 0 0.25
HSL 181.7º 0.85% 0.41% -
HSV(B) 181.7º 0.92% 0.75% -
XYZ 27.5 39.46 56.04 -
YUV 136.44 159.35 42.09 -
System Red Green Blue C M Y K H S L
Decimal 16 187 192 0.92 0.03 0 0.25 181.7 0.85 0.41
Hex 10 BB C0 5C 3 0 19 B6 55 29
Octal 20 273 300 134 3 0 31 266 125 51
Binary 10000 10111011 11000000 1011100 11 0 11001 10110110 1010101 101001

Color Harmonies of #10BBC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10BBC0

Black with #10BBC0

Text Example


Text Example

White with #10BBC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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