Html Css Color HEX #10BEC0 Iris Blue

📋 copy color: '#10BEC0'

red 16 ◦ green 190 ◦ blue 192

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

Shades of Iris Blue #10BEC0

Tints of Iris Blue #10BEC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 48.24%

R = 4.02%
G = 47.74%
B = 48.24%

CMYK

 C value IS 0.92

 M value IS 0.01

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#10BEC0 (or 0x10BEC0) is known color: Iris Blue. HEX triplet: 10, BE and C0. RGB value is (16,190,192). Sum of RGB (Red+Green+Blue) = 16+190+192=398 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4.02% from 398); Green value is 190 (74.61% from 255 or 47.74% from 398); Blue value is 192 (75.39% from 255 or 48.24% from 398); Max value from RGB is 192 - color contains mainly: blue. Hex color #10BEC0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10BEC0 is #EF413F. Grayscale: #8A8A8A. Windows color (decimal): -15679808 or 12631568. OLE color: 12631568.

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

Color convert

RGB 16 190 192 -
CMYK 0.92 0.01 0 0.25
HSL 180.68º 0.85% 0.41% -
HSV(B) 180.68º 0.92% 0.75% -
XYZ 28.14 40.74 56.25 -
YUV 138.2 158.35 40.84 -
System Red Green Blue C M Y K H S L
Decimal 16 190 192 0.92 0.01 0 0.25 180.68 0.85 0.41
Hex 10 BE C0 5C 1 0 19 B5 55 29
Octal 20 276 300 134 1 0 31 265 125 51
Binary 10000 10111110 11000000 1011100 1 0 11001 10110101 1010101 101001

Color Harmonies of #10BEC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10BEC0

Black with #10BEC0

Text Example


Text Example

White with #10BEC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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