Html Css Color HEX #10BACC Iris Blue

📋 copy color: '#10BACC'

red 16 ◦ green 186 ◦ blue 204

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

Shades of Iris Blue #10BACC

Tints of Iris Blue #10BACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 50.25%

R = 3.94%
G = 45.81%
B = 50.25%

CMYK

 C value IS 0.92

 M value IS 0.09

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#10BACC (or 0x10BACC) is known color: Iris Blue. HEX triplet: 10, BA and CC. RGB value is (16,186,204). Sum of RGB (Red+Green+Blue) = 16+186+204=406 (53% of max value = 765). Red value is 16 (6.64% from 255 or 3.94% from 406); Green value is 186 (73.05% from 255 or 45.81% from 406); Blue value is 204 (80.08% from 255 or 50.25% from 406); Max value from RGB is 204 - color contains mainly: blue. Hex color #10BACC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10BACC is #EF4533. Grayscale: #888888. Windows color (decimal): -15680820 or 13416976. OLE color: 13416976.

HSL color Cylindrical-coordinate representation of color #10BACC: hue angle of 185.74º degrees, saturation: 0.85, 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 #10BACC is Cyan = 0.92, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 16 186 204 -
CMYK 0.92 0.09 0 0.2
HSL 185.74º 0.85% 0.43% -
HSV(B) 185.74º 0.92% 0.8% -
XYZ 28.67 39.59 63.26 -
YUV 137.22 165.68 41.54 -
System Red Green Blue C M Y K H S L
Decimal 16 186 204 0.92 0.09 0 0.2 185.74 0.85 0.43
Hex 10 BA CC 5C 9 0 14 BA 55 2B
Octal 20 272 314 134 11 0 24 272 125 53
Binary 10000 10111010 11001100 1011100 1001 0 10100 10111010 1010101 101011

Color Harmonies of #10BACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10BACC

Black with #10BACC

Text Example


Text Example

White with #10BACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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