Html Css Color HEX #10B8CE Iris Blue

📋 copy color: '#10B8CE'

red 16 ◦ green 184 ◦ blue 206

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

Shades of Iris Blue #10B8CE

Tints of Iris Blue #10B8CE

RGB

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

 GREEN value IS 184 (72.27% from 255) = 45.32%

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

R = 3.94%
G = 45.32%
B = 50.74%

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

#10B8CE (or 0x10B8CE) is known color: Iris Blue. HEX triplet: 10, B8 and CE. RGB value is (16,184,206). Sum of RGB (Red+Green+Blue) = 16+184+206=406 (53% of max value = 765). Red value is 16 (6.64% from 255 or 3.94% from 406); Green value is 184 (72.27% from 255 or 45.32% from 406); Blue value is 206 (80.86% from 255 or 50.74% from 406); Max value from RGB is 206 - color contains mainly: blue. Hex color #10B8CE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10B8CE is #EF4731. Grayscale: #888888. Windows color (decimal): -15681330 or 13547536. OLE color: 13547536.

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

Color convert

RGB 16 184 206 -
CMYK 0.92 0.11 0 0.19
HSL 186.95º 0.86% 0.44% -
HSV(B) 186.95º 0.92% 0.81% -
XYZ 28.49 38.85 64.39 -
YUV 136.28 167.34 42.21 -
System Red Green Blue C M Y K H S L
Decimal 16 184 206 0.92 0.11 0 0.19 186.95 0.86 0.44
Hex 10 B8 CE 5C B 0 13 BB 56 2C
Octal 20 270 316 134 13 0 23 273 126 54
Binary 10000 10111000 11001110 1011100 1011 0 10011 10111011 1010110 101100

Color Harmonies of #10B8CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10B8CE

Black with #10B8CE

Text Example


Text Example

White with #10B8CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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