Html Css Color HEX #10B9DC Iris Blue

📋 copy color: '#10B9DC'

red 16 ◦ green 185 ◦ blue 220

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

Shades of Iris Blue #10B9DC

Tints of Iris Blue #10B9DC

RGB

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

 GREEN value IS 185 (72.66% from 255) = 43.94%

 BLUE value IS 220 (86.33% from 255) = 52.26%

R = 3.8%
G = 43.94%
B = 52.26%

CMYK

 C value IS 0.93

 M value IS 0.16

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#10B9DC (or 0x10B9DC) is known color: Iris Blue. HEX triplet: 10, B9 and DC. RGB value is (16,185,220). Sum of RGB (Red+Green+Blue) = 16+185+220=421 (55% of max value = 765). Red value is 16 (6.64% from 255 or 3.80% from 421); Green value is 185 (72.66% from 255 or 43.94% from 421); Blue value is 220 (86.33% from 255 or 52.26% from 421); Max value from RGB is 220 - color contains mainly: blue. Hex color #10B9DC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10B9DC is #EF4623. Grayscale: #8A8A8A. Windows color (decimal): -15681060 or 14465296. OLE color: 14465296.

HSL color Cylindrical-coordinate representation of color #10B9DC: hue angle of 190.29º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10B9DC is Cyan = 0.93, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 16 185 220 -
CMYK 0.93 0.16 0 0.14
HSL 190.29º 0.86% 0.46% -
HSV(B) 190.29º 0.93% 0.86% -
XYZ 30.48 39.98 73.82 -
YUV 138.46 174.01 40.65 -
System Red Green Blue C M Y K H S L
Decimal 16 185 220 0.93 0.16 0 0.14 190.29 0.86 0.46
Hex 10 B9 DC 5D 10 0 E BE 56 2E
Octal 20 271 334 135 20 0 16 276 126 56
Binary 10000 10111001 11011100 1011101 10000 0 1110 10111110 1010110 101110

Color Harmonies of #10B9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10B9DC

Black with #10B9DC

Text Example


Text Example

White with #10B9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,185,220); }

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

background-color css

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

 a { background-color: rgb(16,185,220); }

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

border-color css

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

 span { border-color: rgb(16,185,220); }

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