Html Css Color HEX #10B5CE Iris Blue

📋 copy color: '#10B5CE'

red 16 ◦ green 181 ◦ blue 206

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

Shades of Iris Blue #10B5CE

Tints of Iris Blue #10B5CE

RGB

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

 GREEN value IS 181 (71.09% from 255) = 44.91%

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

R = 3.97%
G = 44.91%
B = 51.12%

CMYK

 C value IS 0.92

 M value IS 0.12

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#10B5CE (or 0x10B5CE) is known color: Iris Blue. HEX triplet: 10, B5 and CE. RGB value is (16,181,206). Sum of RGB (Red+Green+Blue) = 16+181+206=403 (53% of max value = 765). Red value is 16 (6.64% from 255 or 3.97% from 403); Green value is 181 (71.09% from 255 or 44.91% from 403); Blue value is 206 (80.86% from 255 or 51.12% from 403); Max value from RGB is 206 - color contains mainly: blue. Hex color #10B5CE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10B5CE is #EF4A31. Grayscale: #868686. Windows color (decimal): -15682098 or 13546768. OLE color: 13546768.

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

Color convert

RGB 16 181 206 -
CMYK 0.92 0.12 0 0.19
HSL 187.89º 0.86% 0.44% -
HSV(B) 187.89º 0.92% 0.81% -
XYZ 27.88 37.61 64.18 -
YUV 134.52 168.34 43.47 -
System Red Green Blue C M Y K H S L
Decimal 16 181 206 0.92 0.12 0 0.19 187.89 0.86 0.44
Hex 10 B5 CE 5C C 0 13 BC 56 2C
Octal 20 265 316 134 14 0 23 274 126 54
Binary 10000 10110101 11001110 1011100 1100 0 10011 10111100 1010110 101100

Color Harmonies of #10B5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10B5CE

Black with #10B5CE

Text Example


Text Example

White with #10B5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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