Html Css Color HEX #10BFBC Iris Blue

📋 copy color: '#10BFBC'

red 16 ◦ green 191 ◦ blue 188

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

Shades of Iris Blue #10BFBC

Tints of Iris Blue #10BFBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 47.59%

R = 4.05%
G = 48.35%
B = 47.59%

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

#10BFBC (or 0x10BFBC) is known color: Iris Blue. HEX triplet: 10, BF and BC. RGB value is (16,191,188). Sum of RGB (Red+Green+Blue) = 16+191+188=395 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4.05% from 395); Green value is 191 (75% from 255 or 48.35% from 395); Blue value is 188 (73.83% from 255 or 47.59% from 395); Max value from RGB is 191 - color contains mainly: green. Hex color #10BFBC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10BFBC is #EF4043. Grayscale: #8A8A8A. Windows color (decimal): -15679556 or 12369680. OLE color: 12369680.

HSL color Cylindrical-coordinate representation of color #10BFBC: hue angle of 178.97º 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 #10BFBC is Cyan = 0.92, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB 16 191 188 -
CMYK 0.92 0 0.02 0.25
HSL 178.97º 0.85% 0.41% -
HSV(B) 178.97º 0.92% 0.75% -
XYZ 27.92 41 54.02 -
YUV 138.33 156.02 40.74 -
System Red Green Blue C M Y K H S L
Decimal 16 191 188 0.92 0 0.02 0.25 178.97 0.85 0.41
Hex 10 BF BC 5C 0 2 19 B3 55 29
Octal 20 277 274 134 0 2 31 263 125 51
Binary 10000 10111111 10111100 1011100 0 10 11001 10110011 1010101 101001

Color Harmonies of #10BFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10BFBC

Black with #10BFBC

Text Example


Text Example

White with #10BFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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