Html Css Color HEX #10B7CE Iris Blue

📋 copy color: '#10B7CE'

red 16 ◦ green 183 ◦ blue 206

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

Shades of Iris Blue #10B7CE

Tints of Iris Blue #10B7CE

RGB

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

 GREEN value IS 183 (71.88% from 255) = 45.19%

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

R = 3.95%
G = 45.19%
B = 50.86%

CMYK

 C value IS 0.92

 M value IS 0.11

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#10B7CE (or 0x10B7CE) is known color: Iris Blue. HEX triplet: 10, B7 and CE. RGB value is (16,183,206). Sum of RGB (Red+Green+Blue) = 16+183+206=405 (53% of max value = 765). Red value is 16 (6.64% from 255 or 3.95% from 405); Green value is 183 (71.88% from 255 or 45.19% from 405); Blue value is 206 (80.86% from 255 or 50.86% from 405); Max value from RGB is 206 - color contains mainly: blue. Hex color #10B7CE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10B7CE is #EF4831. Grayscale: #878787. Windows color (decimal): -15681586 or 13547280. OLE color: 13547280.

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

Color convert

RGB 16 183 206 -
CMYK 0.92 0.11 0 0.19
HSL 187.26º 0.86% 0.44% -
HSV(B) 187.26º 0.92% 0.81% -
XYZ 28.29 38.43 64.32 -
YUV 135.69 167.67 42.63 -
System Red Green Blue C M Y K H S L
Decimal 16 183 206 0.92 0.11 0 0.19 187.26 0.86 0.44
Hex 10 B7 CE 5C B 0 13 BB 56 2C
Octal 20 267 316 134 13 0 23 273 126 54
Binary 10000 10110111 11001110 1011100 1011 0 10011 10111011 1010110 101100

Color Harmonies of #10B7CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10B7CE

Black with #10B7CE

Text Example


Text Example

White with #10B7CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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