Html Css Color HEX #10BEC3 Iris Blue

📋 copy color: '#10BEC3'

red 16 ◦ green 190 ◦ blue 195

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

Shades of Iris Blue #10BEC3

Tints of Iris Blue #10BEC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 48.63%

R = 3.99%
G = 47.38%
B = 48.63%

CMYK

 C value IS 0.92

 M value IS 0.03

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#10BEC3 (or 0x10BEC3) is known color: Iris Blue. HEX triplet: 10, BE and C3. RGB value is (16,190,195). Sum of RGB (Red+Green+Blue) = 16+190+195=401 (53% of max value = 765). Red value is 16 (6.64% from 255 or 3.99% from 401); Green value is 190 (74.61% from 255 or 47.38% from 401); Blue value is 195 (76.56% from 255 or 48.63% from 401); Max value from RGB is 195 - color contains mainly: blue. Hex color #10BEC3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10BEC3 is #EF413C. Grayscale: #8A8A8A. Windows color (decimal): -15679805 or 12828176. OLE color: 12828176.

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

Color convert

RGB 16 190 195 -
CMYK 0.92 0.03 0 0.24
HSL 181.68º 0.85% 0.41% -
HSV(B) 181.68º 0.92% 0.76% -
XYZ 28.48 40.88 58.02 -
YUV 138.54 159.85 40.59 -
System Red Green Blue C M Y K H S L
Decimal 16 190 195 0.92 0.03 0 0.24 181.68 0.85 0.41
Hex 10 BE C3 5C 3 0 18 B6 55 29
Octal 20 276 303 134 3 0 30 266 125 51
Binary 10000 10111110 11000011 1011100 11 0 11000 10110110 1010101 101001

Color Harmonies of #10BEC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10BEC3

Black with #10BEC3

Text Example


Text Example

White with #10BEC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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