Html Css Color HEX #10BCBB Iris Blue

📋 copy color: '#10BCBB'

red 16 ◦ green 188 ◦ blue 187

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

Shades of Iris Blue #10BCBB

Tints of Iris Blue #10BCBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 47.83%

R = 4.09%
G = 48.08%
B = 47.83%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#10BCBB (or 0x10BCBB) is known color: Iris Blue. HEX triplet: 10, BC and BB. RGB value is (16,188,187). Sum of RGB (Red+Green+Blue) = 16+188+187=391 (51% of max value = 765). Red value is 16 (6.64% from 255 or 4.09% from 391); Green value is 188 (73.83% from 255 or 48.08% from 391); Blue value is 187 (73.44% from 255 or 47.83% from 391); Max value from RGB is 188 - color contains mainly: green. Hex color #10BCBB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10BCBB is #EF4344. Grayscale: #888888. Windows color (decimal): -15680325 or 12303376. OLE color: 12303376.

HSL color Cylindrical-coordinate representation of color #10BCBB: hue angle of 179.65º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10BCBB is Cyan = 0.91, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB 16 188 187 -
CMYK 0.91 0 0.01 0.26
HSL 179.65º 0.84% 0.4% -
HSV(B) 179.65º 0.91% 0.74% -
XYZ 27.17 39.66 53.24 -
YUV 136.46 156.52 42.08 -
System Red Green Blue C M Y K H S L
Decimal 16 188 187 0.91 0 0.01 0.26 179.65 0.84 0.4
Hex 10 BC BB 5B 0 1 1A B4 54 28
Octal 20 274 273 133 0 1 32 264 124 50
Binary 10000 10111100 10111011 1011011 0 1 11010 10110100 1010100 101000

Color Harmonies of #10BCBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10BCBB

Black with #10BCBB

Text Example


Text Example

White with #10BCBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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