Html Css Color HEX #10B3CE Iris Blue

📋 copy color: '#10B3CE'

red 16 ◦ green 179 ◦ blue 206

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

Shades of Iris Blue #10B3CE

Tints of Iris Blue #10B3CE

RGB

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

 GREEN value IS 179 (70.31% from 255) = 44.64%

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

R = 3.99%
G = 44.64%
B = 51.37%

CMYK

 C value IS 0.92

 M value IS 0.13

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#10B3CE (or 0x10B3CE) is known color: Iris Blue. HEX triplet: 10, B3 and CE. RGB value is (16,179,206). Sum of RGB (Red+Green+Blue) = 16+179+206=401 (53% of max value = 765). Red value is 16 (6.64% from 255 or 3.99% from 401); Green value is 179 (70.31% from 255 or 44.64% from 401); Blue value is 206 (80.86% from 255 or 51.37% from 401); Max value from RGB is 206 - color contains mainly: blue. Hex color #10B3CE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10B3CE is #EF4C31. Grayscale: #858585. Windows color (decimal): -15682610 or 13546256. OLE color: 13546256.

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

Color convert

RGB 16 179 206 -
CMYK 0.92 0.13 0 0.19
HSL 188.53º 0.86% 0.44% -
HSV(B) 188.53º 0.92% 0.81% -
XYZ 27.47 36.81 64.05 -
YUV 133.34 169 44.3 -
System Red Green Blue C M Y K H S L
Decimal 16 179 206 0.92 0.13 0 0.19 188.53 0.86 0.44
Hex 10 B3 CE 5C D 0 13 BD 56 2C
Octal 20 263 316 134 15 0 23 275 126 54
Binary 10000 10110011 11001110 1011100 1101 0 10011 10111101 1010110 101100

Color Harmonies of #10B3CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10B3CE

Black with #10B3CE

Text Example


Text Example

White with #10B3CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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