Html Css Color HEX #10BACD Iris Blue

📋 copy color: '#10BACD'

red 16 ◦ green 186 ◦ blue 205

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

Shades of Iris Blue #10BACD

Tints of Iris Blue #10BACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 50.37%

R = 3.93%
G = 45.7%
B = 50.37%

CMYK

 C value IS 0.92

 M value IS 0.09

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#10BACD (or 0x10BACD) is known color: Iris Blue. HEX triplet: 10, BA and CD. RGB value is (16,186,205). Sum of RGB (Red+Green+Blue) = 16+186+205=407 (53% of max value = 765). Red value is 16 (6.64% from 255 or 3.93% from 407); Green value is 186 (73.05% from 255 or 45.70% from 407); Blue value is 205 (80.47% from 255 or 50.37% from 407); Max value from RGB is 205 - color contains mainly: blue. Hex color #10BACD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10BACD is #EF4532. Grayscale: #898989. Windows color (decimal): -15680819 or 13482512. OLE color: 13482512.

HSL color Cylindrical-coordinate representation of color #10BACD: hue angle of 186.03º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10BACD is Cyan = 0.92, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 16 186 205 -
CMYK 0.92 0.09 0 0.20
HSL 186.03º 0.86% 0.43% -
HSV(B) 186.03º 0.92% 0.8% -
XYZ 28.79 39.64 63.89 -
YUV 137.34 166.18 41.46 -
System Red Green Blue C M Y K H S L
Decimal 16 186 205 0.92 0.09 0 0.20 186.03 0.86 0.43
Hex 10 BA CD 5C 9 0 14 BA 56 2B
Octal 20 272 315 134 11 0 24 272 126 53
Binary 10000 10111010 11001101 1011100 1001 0 10100 10111010 1010110 101011

Color Harmonies of #10BACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10BACD

Black with #10BACD

Text Example


Text Example

White with #10BACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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