Html Css Color HEX #10BFBB Iris Blue

📋 copy color: '#10BFBB'

red 16 ◦ green 191 ◦ blue 187

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

Shades of Iris Blue #10BFBB

Tints of Iris Blue #10BFBB

RGB

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

 GREEN value IS 191 (75% from 255) = 48.48%

 BLUE value IS 187 (73.44% from 255) = 47.46%

R = 4.06%
G = 48.48%
B = 47.46%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#10BFBB (or 0x10BFBB) is known color: Iris Blue. HEX triplet: 10, BF and BB. RGB value is (16,191,187). Sum of RGB (Red+Green+Blue) = 16+191+187=394 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4.06% from 394); Green value is 191 (75% from 255 or 48.48% from 394); Blue value is 187 (73.44% from 255 or 47.46% from 394); Max value from RGB is 191 - color contains mainly: green. Hex color #10BFBB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10BFBB is #EF4044. Grayscale: #8A8A8A. Windows color (decimal): -15679557 or 12304144. OLE color: 12304144.

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

Color convert

RGB 16 191 187 -
CMYK 0.92 0 0.02 0.25
HSL 178.63º 0.85% 0.41% -
HSV(B) 178.63º 0.92% 0.75% -
XYZ 27.81 40.96 53.45 -
YUV 138.22 155.52 40.83 -
System Red Green Blue C M Y K H S L
Decimal 16 191 187 0.92 0 0.02 0.25 178.63 0.85 0.41
Hex 10 BF BB 5C 0 2 19 B3 55 29
Octal 20 277 273 134 0 2 31 263 125 51
Binary 10000 10111111 10111011 1011100 0 10 11001 10110011 1010101 101001

Color Harmonies of #10BFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10BFBB

Black with #10BFBB

Text Example


Text Example

White with #10BFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,191,187); }

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

background-color css

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

 a { background-color: rgb(16,191,187); }

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

border-color css

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

 span { border-color: rgb(16,191,187); }

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