Html Css Color HEX #10B8BE Iris Blue

📋 copy color: '#10B8BE'

red 16 ◦ green 184 ◦ blue 190

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

Shades of Iris Blue #10B8BE

Tints of Iris Blue #10B8BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 48.72%

R = 4.1%
G = 47.18%
B = 48.72%

CMYK

 C value IS 0.92

 M value IS 0.03

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#10B8BE (or 0x10B8BE) is known color: Iris Blue. HEX triplet: 10, B8 and BE. RGB value is (16,184,190). Sum of RGB (Red+Green+Blue) = 16+184+190=390 (51% of max value = 765). Red value is 16 (6.64% from 255 or 4.10% from 390); Green value is 184 (72.27% from 255 or 47.18% from 390); Blue value is 190 (74.61% from 255 or 48.72% from 390); Max value from RGB is 190 - color contains mainly: blue. Hex color #10B8BE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10B8BE is #EF4741. Grayscale: #868686. Windows color (decimal): -15681346 or 12498960. OLE color: 12498960.

HSL color Cylindrical-coordinate representation of color #10B8BE: hue angle of 182.07º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10B8BE is Cyan = 0.92, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 16 184 190 -
CMYK 0.92 0.03 0 0.25
HSL 182.07º 0.84% 0.4% -
HSV(B) 182.07º 0.92% 0.75% -
XYZ 26.65 38.11 54.67 -
YUV 134.45 159.34 43.51 -
System Red Green Blue C M Y K H S L
Decimal 16 184 190 0.92 0.03 0 0.25 182.07 0.84 0.4
Hex 10 B8 BE 5C 3 0 19 B6 54 28
Octal 20 270 276 134 3 0 31 266 124 50
Binary 10000 10111000 10111110 1011100 11 0 11001 10110110 1010100 101000

Color Harmonies of #10B8BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10B8BE

Black with #10B8BE

Text Example


Text Example

White with #10B8BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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