Html Css Color HEX #10BEBC Iris Blue

📋 copy color: '#10BEBC'

red 16 ◦ green 190 ◦ blue 188

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

Shades of Iris Blue #10BEBC

Tints of Iris Blue #10BEBC

RGB

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

 GREEN value IS 190 (74.61% from 255) = 48.22%

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

R = 4.06%
G = 48.22%
B = 47.72%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#10BEBC (or 0x10BEBC) is known color: Iris Blue. HEX triplet: 10, BE and BC. RGB value is (16,190,188). Sum of RGB (Red+Green+Blue) = 16+190+188=394 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4.06% from 394); Green value is 190 (74.61% from 255 or 48.22% from 394); Blue value is 188 (73.83% from 255 or 47.72% from 394); Max value from RGB is 190 - color contains mainly: green. Hex color #10BEBC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10BEBC is #EF4143. Grayscale: #898989. Windows color (decimal): -15679812 or 12369424. OLE color: 12369424.

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

Color convert

RGB 16 190 188 -
CMYK 0.92 0 0.01 0.25
HSL 179.31º 0.84% 0.4% -
HSV(B) 179.31º 0.92% 0.75% -
XYZ 27.7 40.57 53.95 -
YUV 137.75 156.35 41.16 -
System Red Green Blue C M Y K H S L
Decimal 16 190 188 0.92 0 0.01 0.25 179.31 0.84 0.4
Hex 10 BE BC 5C 0 1 19 B3 54 28
Octal 20 276 274 134 0 1 31 263 124 50
Binary 10000 10111110 10111100 1011100 0 1 11001 10110011 1010100 101000

Color Harmonies of #10BEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10BEBC

Black with #10BEBC

Text Example


Text Example

White with #10BEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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