Html Css Color HEX #10B5B8 Iris Blue

📋 copy color: '#10B5B8'

red 16 ◦ green 181 ◦ blue 184

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

Shades of Iris Blue #10B5B8

Tints of Iris Blue #10B5B8

RGB

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

 GREEN value IS 181 (71.09% from 255) = 47.51%

 BLUE value IS 184 (72.27% from 255) = 48.29%

R = 4.2%
G = 47.51%
B = 48.29%

CMYK

 C value IS 0.91

 M value IS 0.02

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#10B5B8 (or 0x10B5B8) is known color: Iris Blue. HEX triplet: 10, B5 and B8. RGB value is (16,181,184). Sum of RGB (Red+Green+Blue) = 16+181+184=381 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.20% from 381); Green value is 181 (71.09% from 255 or 47.51% from 381); Blue value is 184 (72.27% from 255 or 48.29% from 381); Max value from RGB is 184 - color contains mainly: blue. Hex color #10B5B8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10B5B8 is #EF4A47. Grayscale: #838383. Windows color (decimal): -15682120 or 12104976. OLE color: 12104976.

HSL color Cylindrical-coordinate representation of color #10B5B8: hue angle of 181.07º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10B5B8 is Cyan = 0.91, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 16 181 184 -
CMYK 0.91 0.02 0 0.28
HSL 181.07º 0.84% 0.39% -
HSV(B) 181.07º 0.91% 0.72% -
XYZ 25.39 36.62 51.08 -
YUV 132.01 157.34 45.26 -
System Red Green Blue C M Y K H S L
Decimal 16 181 184 0.91 0.02 0 0.28 181.07 0.84 0.39
Hex 10 B5 B8 5B 2 0 1C B5 54 27
Octal 20 265 270 133 2 0 34 265 124 47
Binary 10000 10110101 10111000 1011011 10 0 11100 10110101 1010100 100111

Color Harmonies of #10B5B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10B5B8

Black with #10B5B8

Text Example


Text Example

White with #10B5B8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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