Html Css Color HEX #10BACE Iris Blue

📋 copy color: '#10BACE'

red 16 ◦ green 186 ◦ blue 206

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

Shades of Iris Blue #10BACE

Tints of Iris Blue #10BACE

RGB

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

 GREEN value IS 186 (73.05% from 255) = 45.59%

 BLUE value IS 206 (80.86% from 255) = 50.49%

R = 3.92%
G = 45.59%
B = 50.49%

CMYK

 C value IS 0.92

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#10BACE (or 0x10BACE) is known color: Iris Blue. HEX triplet: 10, BA and CE. RGB value is (16,186,206). Sum of RGB (Red+Green+Blue) = 16+186+206=408 (54% of max value = 765). Red value is 16 (6.64% from 255 or 3.92% from 408); Green value is 186 (73.05% from 255 or 45.59% from 408); Blue value is 206 (80.86% from 255 or 50.49% from 408); Max value from RGB is 206 - color contains mainly: blue. Hex color #10BACE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10BACE is #EF4531. Grayscale: #898989. Windows color (decimal): -15680818 or 13548048. OLE color: 13548048.

HSL color Cylindrical-coordinate representation of color #10BACE: hue angle of 186.32º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10BACE is Cyan = 0.92, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 16 186 206 -
CMYK 0.92 0.10 0 0.19
HSL 186.32º 0.86% 0.44% -
HSV(B) 186.32º 0.92% 0.81% -
XYZ 28.91 39.68 64.53 -
YUV 137.45 166.68 41.37 -
System Red Green Blue C M Y K H S L
Decimal 16 186 206 0.92 0.10 0 0.19 186.32 0.86 0.44
Hex 10 BA CE 5C A 0 13 BA 56 2C
Octal 20 272 316 134 12 0 23 272 126 54
Binary 10000 10111010 11001110 1011100 1010 0 10011 10111010 1010110 101100

Color Harmonies of #10BACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10BACE

Black with #10BACE

Text Example


Text Example

White with #10BACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,186,206); }

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

background-color css

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

 a { background-color: rgb(16,186,206); }

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

border-color css

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

 span { border-color: rgb(16,186,206); }

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