Html Css Color HEX #10B3BD Iris Blue

📋 copy color: '#10B3BD'

red 16 ◦ green 179 ◦ blue 189

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

Shades of Iris Blue #10B3BD

Tints of Iris Blue #10B3BD

RGB

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

 GREEN value IS 179 (70.31% from 255) = 46.61%

 BLUE value IS 189 (74.22% from 255) = 49.22%

R = 4.17%
G = 46.61%
B = 49.22%

CMYK

 C value IS 0.92

 M value IS 0.05

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#10B3BD (or 0x10B3BD) is known color: Iris Blue. HEX triplet: 10, B3 and BD. RGB value is (16,179,189). Sum of RGB (Red+Green+Blue) = 16+179+189=384 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.17% from 384); Green value is 179 (70.31% from 255 or 46.61% from 384); Blue value is 189 (74.22% from 255 or 49.22% from 384); Max value from RGB is 189 - color contains mainly: blue. Hex color #10B3BD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10B3BD is #EF4C42. Grayscale: #838383. Windows color (decimal): -15682627 or 12432144. OLE color: 12432144.

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

Color convert

RGB 16 179 189 -
CMYK 0.92 0.05 0 0.26
HSL 183.47º 0.84% 0.4% -
HSV(B) 183.47º 0.92% 0.74% -
XYZ 25.52 36.02 53.75 -
YUV 131.4 160.5 45.69 -
System Red Green Blue C M Y K H S L
Decimal 16 179 189 0.92 0.05 0 0.26 183.47 0.84 0.4
Hex 10 B3 BD 5C 5 0 1A B7 54 28
Octal 20 263 275 134 5 0 32 267 124 50
Binary 10000 10110011 10111101 1011100 101 0 11010 10110111 1010100 101000

Color Harmonies of #10B3BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10B3BD

Black with #10B3BD

Text Example


Text Example

White with #10B3BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,179,189); }

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

background-color css

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

 a { background-color: rgb(16,179,189); }

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

border-color css

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

 span { border-color: rgb(16,179,189); }

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