Html Css Color HEX #10B3C0 Iris Blue

📋 copy color: '#10B3C0'

red 16 ◦ green 179 ◦ blue 192

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

Shades of Iris Blue #10B3C0

Tints of Iris Blue #10B3C0

RGB

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

 GREEN value IS 179 (70.31% from 255) = 46.25%

 BLUE value IS 192 (75.39% from 255) = 49.61%

R = 4.13%
G = 46.25%
B = 49.61%

CMYK

 C value IS 0.92

 M value IS 0.07

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#10B3C0 (or 0x10B3C0) is known color: Iris Blue. HEX triplet: 10, B3 and C0. RGB value is (16,179,192). Sum of RGB (Red+Green+Blue) = 16+179+192=387 (51% of max value = 765). Red value is 16 (6.64% from 255 or 4.13% from 387); Green value is 179 (70.31% from 255 or 46.25% from 387); Blue value is 192 (75.39% from 255 or 49.61% from 387); Max value from RGB is 192 - color contains mainly: blue. Hex color #10B3C0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10B3C0 is #EF4C3F. Grayscale: #838383. Windows color (decimal): -15682624 or 12628752. OLE color: 12628752.

HSL color Cylindrical-coordinate representation of color #10B3C0: hue angle of 184.43º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10B3C0 is Cyan = 0.92, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 16 179 192 -
CMYK 0.92 0.07 0 0.25
HSL 184.43º 0.85% 0.41% -
HSV(B) 184.43º 0.92% 0.75% -
XYZ 25.85 36.16 55.49 -
YUV 131.75 162 45.44 -
System Red Green Blue C M Y K H S L
Decimal 16 179 192 0.92 0.07 0 0.25 184.43 0.85 0.41
Hex 10 B3 C0 5C 7 0 19 B8 55 29
Octal 20 263 300 134 7 0 31 270 125 51
Binary 10000 10110011 11000000 1011100 111 0 11001 10111000 1010101 101001

Color Harmonies of #10B3C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10B3C0

Black with #10B3C0

Text Example


Text Example

White with #10B3C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,179,192); }

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

background-color css

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

 a { background-color: rgb(16,179,192); }

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

border-color css

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

 span { border-color: rgb(16,179,192); }

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