Html Css Color HEX #10B8D7 Iris Blue

📋 copy color: '#10B8D7'

red 16 ◦ green 184 ◦ blue 215

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

Shades of Iris Blue #10B8D7

Tints of Iris Blue #10B8D7

RGB

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

 GREEN value IS 184 (72.27% from 255) = 44.34%

 BLUE value IS 215 (84.38% from 255) = 51.81%

R = 3.86%
G = 44.34%
B = 51.81%

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

#10B8D7 (or 0x10B8D7) is known color: Iris Blue. HEX triplet: 10, B8 and D7. RGB value is (16,184,215). Sum of RGB (Red+Green+Blue) = 16+184+215=415 (54% of max value = 765). Red value is 16 (6.64% from 255 or 3.86% from 415); Green value is 184 (72.27% from 255 or 44.34% from 415); Blue value is 215 (84.38% from 255 or 51.81% from 415); Max value from RGB is 215 - color contains mainly: blue. Hex color #10B8D7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10B8D7 is #EF4728. Grayscale: #898989. Windows color (decimal): -15681321 or 14137360. OLE color: 14137360.

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

Color convert

RGB 16 184 215 -
CMYK 0.93 0.14 0 0.16
HSL 189.35º 0.86% 0.45% -
HSV(B) 189.35º 0.93% 0.84% -
XYZ 29.62 39.3 70.31 -
YUV 137.3 171.84 41.48 -
System Red Green Blue C M Y K H S L
Decimal 16 184 215 0.93 0.14 0 0.16 189.35 0.86 0.45
Hex 10 B8 D7 5D E 0 10 BD 56 2D
Octal 20 270 327 135 16 0 20 275 126 55
Binary 10000 10111000 11010111 1011101 1110 0 10000 10111101 1010110 101101

Color Harmonies of #10B8D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10B8D7

Black with #10B8D7

Text Example


Text Example

White with #10B8D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,184,215); }

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

background-color css

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

 a { background-color: rgb(16,184,215); }

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

border-color css

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

 span { border-color: rgb(16,184,215); }

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