Html Css Color HEX #10BCC5 Iris Blue

📋 copy color: '#10BCC5'

red 16 ◦ green 188 ◦ blue 197

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

Shades of Iris Blue #10BCC5

Tints of Iris Blue #10BCC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 49.13%

R = 3.99%
G = 46.88%
B = 49.13%

CMYK

 C value IS 0.92

 M value IS 0.05

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#10BCC5 (or 0x10BCC5) is known color: Iris Blue. HEX triplet: 10, BC and C5. RGB value is (16,188,197). Sum of RGB (Red+Green+Blue) = 16+188+197=401 (53% of max value = 765). Red value is 16 (6.64% from 255 or 3.99% from 401); Green value is 188 (73.83% from 255 or 46.88% from 401); Blue value is 197 (77.34% from 255 or 49.13% from 401); Max value from RGB is 197 - color contains mainly: blue. Hex color #10BCC5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10BCC5 is #EF433A. Grayscale: #898989. Windows color (decimal): -15680315 or 12958736. OLE color: 12958736.

HSL color Cylindrical-coordinate representation of color #10BCC5: hue angle of 182.98º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10BCC5 is Cyan = 0.92, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 16 188 197 -
CMYK 0.92 0.05 0 0.23
HSL 182.98º 0.85% 0.42% -
HSV(B) 182.98º 0.92% 0.77% -
XYZ 28.27 40.11 59.07 -
YUV 137.6 161.52 41.27 -
System Red Green Blue C M Y K H S L
Decimal 16 188 197 0.92 0.05 0 0.23 182.98 0.85 0.42
Hex 10 BC C5 5C 5 0 17 B7 55 2A
Octal 20 274 305 134 5 0 27 267 125 52
Binary 10000 10111100 11000101 1011100 101 0 10111 10110111 1010101 101010

Color Harmonies of #10BCC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10BCC5

Black with #10BCC5

Text Example


Text Example

White with #10BCC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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