Html Css Color HEX #10B7D6 Iris Blue

📋 copy color: '#10B7D6'

red 16 ◦ green 183 ◦ blue 214

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

Shades of Iris Blue #10B7D6

Tints of Iris Blue #10B7D6

RGB

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

 GREEN value IS 183 (71.88% from 255) = 44.31%

 BLUE value IS 214 (83.98% from 255) = 51.82%

R = 3.87%
G = 44.31%
B = 51.82%

CMYK

 C value IS 0.93

 M value IS 0.14

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#10B7D6 (or 0x10B7D6) is known color: Iris Blue. HEX triplet: 10, B7 and D6. RGB value is (16,183,214). Sum of RGB (Red+Green+Blue) = 16+183+214=413 (54% of max value = 765). Red value is 16 (6.64% from 255 or 3.87% from 413); Green value is 183 (71.88% from 255 or 44.31% from 413); Blue value is 214 (83.98% from 255 or 51.82% from 413); Max value from RGB is 214 - color contains mainly: blue. Hex color #10B7D6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10B7D6 is #EF4829. Grayscale: #888888. Windows color (decimal): -15681578 or 14071568. OLE color: 14071568.

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

Color convert

RGB 16 183 214 -
CMYK 0.93 0.14 0 0.16
HSL 189.39º 0.86% 0.45% -
HSV(B) 189.39º 0.93% 0.84% -
XYZ 29.28 38.83 69.57 -
YUV 136.6 171.67 41.98 -
System Red Green Blue C M Y K H S L
Decimal 16 183 214 0.93 0.14 0 0.16 189.39 0.86 0.45
Hex 10 B7 D6 5D E 0 10 BD 56 2D
Octal 20 267 326 135 16 0 20 275 126 55
Binary 10000 10110111 11010110 1011101 1110 0 10000 10111101 1010110 101101

Color Harmonies of #10B7D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10B7D6

Black with #10B7D6

Text Example


Text Example

White with #10B7D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,183,214); }

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

background-color css

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

 a { background-color: rgb(16,183,214); }

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

border-color css

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

 span { border-color: rgb(16,183,214); }

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