Html Css Color HEX #10B8CD Iris Blue

📋 copy color: '#10B8CD'

red 16 ◦ green 184 ◦ blue 205

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

Shades of Iris Blue #10B8CD

Tints of Iris Blue #10B8CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 50.62%

R = 3.95%
G = 45.43%
B = 50.62%

CMYK

 C value IS 0.92

 M value IS 0.10

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#10B8CD (or 0x10B8CD) is known color: Iris Blue. HEX triplet: 10, B8 and CD. RGB value is (16,184,205). Sum of RGB (Red+Green+Blue) = 16+184+205=405 (53% of max value = 765). Red value is 16 (6.64% from 255 or 3.95% from 405); Green value is 184 (72.27% from 255 or 45.43% from 405); Blue value is 205 (80.47% from 255 or 50.62% from 405); Max value from RGB is 205 - color contains mainly: blue. Hex color #10B8CD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10B8CD is #EF4732. Grayscale: #878787. Windows color (decimal): -15681331 or 13482000. OLE color: 13482000.

HSL color Cylindrical-coordinate representation of color #10B8CD: hue angle of 186.67º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10B8CD is Cyan = 0.92, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 16 184 205 -
CMYK 0.92 0.10 0 0.20
HSL 186.67º 0.86% 0.43% -
HSV(B) 186.67º 0.92% 0.8% -
XYZ 28.37 38.8 63.75 -
YUV 136.16 166.84 42.29 -
System Red Green Blue C M Y K H S L
Decimal 16 184 205 0.92 0.10 0 0.20 186.67 0.86 0.43
Hex 10 B8 CD 5C A 0 14 BB 56 2B
Octal 20 270 315 134 12 0 24 273 126 53
Binary 10000 10111000 11001101 1011100 1010 0 10100 10111011 1010110 101011

Color Harmonies of #10B8CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10B8CD

Black with #10B8CD

Text Example


Text Example

White with #10B8CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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