Html Css Color HEX #10BECE Iris Blue

📋 copy color: '#10BECE'

red 16 ◦ green 190 ◦ blue 206

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

Shades of Iris Blue #10BECE

Tints of Iris Blue #10BECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 50%

R = 3.88%
G = 46.12%
B = 50%

CMYK

 C value IS 0.92

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#10BECE (or 0x10BECE) is known color: Iris Blue. HEX triplet: 10, BE and CE. RGB value is (16,190,206). Sum of RGB (Red+Green+Blue) = 16+190+206=412 (54% of max value = 765). Red value is 16 (6.64% from 255 or 3.88% from 412); Green value is 190 (74.61% from 255 or 46.12% from 412); Blue value is 206 (80.86% from 255 or 50% from 412); Max value from RGB is 206 - color contains mainly: blue. Hex color #10BECE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10BECE is #EF4131. Grayscale: #8B8B8B. Windows color (decimal): -15679794 or 13549072. OLE color: 13549072.

HSL color Cylindrical-coordinate representation of color #10BECE: hue angle of 185.05º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10BECE is Cyan = 0.92, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 16 190 206 -
CMYK 0.92 0.08 0 0.19
HSL 185.05º 0.86% 0.44% -
HSV(B) 185.05º 0.92% 0.81% -
XYZ 29.77 41.39 64.81 -
YUV 139.8 165.35 39.7 -
System Red Green Blue C M Y K H S L
Decimal 16 190 206 0.92 0.08 0 0.19 185.05 0.86 0.44
Hex 10 BE CE 5C 8 0 13 B9 56 2C
Octal 20 276 316 134 10 0 23 271 126 54
Binary 10000 10111110 11001110 1011100 1000 0 10011 10111001 1010110 101100

Color Harmonies of #10BECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10BECE

Black with #10BECE

Text Example


Text Example

White with #10BECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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