Html Css Color HEX #10B6DB Iris Blue

📋 copy color: '#10B6DB'

red 16 ◦ green 182 ◦ blue 219

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

Shades of Iris Blue #10B6DB

Tints of Iris Blue #10B6DB

RGB

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

 GREEN value IS 182 (71.48% from 255) = 43.65%

 BLUE value IS 219 (85.94% from 255) = 52.52%

R = 3.84%
G = 43.65%
B = 52.52%

CMYK

 C value IS 0.93

 M value IS 0.17

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#10B6DB (or 0x10B6DB) is known color: Iris Blue. HEX triplet: 10, B6 and DB. RGB value is (16,182,219). Sum of RGB (Red+Green+Blue) = 16+182+219=417 (55% of max value = 765). Red value is 16 (6.64% from 255 or 3.84% from 417); Green value is 182 (71.48% from 255 or 43.65% from 417); Blue value is 219 (85.94% from 255 or 52.52% from 417); Max value from RGB is 219 - color contains mainly: blue. Hex color #10B6DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10B6DB is #EF4924. Grayscale: #888888. Windows color (decimal): -15681829 or 14398992. OLE color: 14398992.

HSL color Cylindrical-coordinate representation of color #10B6DB: hue angle of 190.94º 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 #10B6DB is Cyan = 0.93, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 16 182 219 -
CMYK 0.93 0.17 0 0.14
HSL 190.94º 0.86% 0.46% -
HSV(B) 190.94º 0.93% 0.86% -
XYZ 29.73 38.68 72.92 -
YUV 136.58 174.5 41.99 -
System Red Green Blue C M Y K H S L
Decimal 16 182 219 0.93 0.17 0 0.14 190.94 0.86 0.46
Hex 10 B6 DB 5D 11 0 E BF 56 2E
Octal 20 266 333 135 21 0 16 277 126 56
Binary 10000 10110110 11011011 1011101 10001 0 1110 10111111 1010110 101110

Color Harmonies of #10B6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10B6DB

Black with #10B6DB

Text Example


Text Example

White with #10B6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,182,219); }

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

background-color css

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

 a { background-color: rgb(16,182,219); }

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

border-color css

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

 span { border-color: rgb(16,182,219); }

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