Html Css Color HEX #10B5C6 Iris Blue

📋 copy color: '#10B5C6'

red 16 ◦ green 181 ◦ blue 198

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

Shades of Iris Blue #10B5C6

Tints of Iris Blue #10B5C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 50.13%

R = 4.05%
G = 45.82%
B = 50.13%

CMYK

 C value IS 0.92

 M value IS 0.09

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#10B5C6 (or 0x10B5C6) is known color: Iris Blue. HEX triplet: 10, B5 and C6. RGB value is (16,181,198). Sum of RGB (Red+Green+Blue) = 16+181+198=395 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4.05% from 395); Green value is 181 (71.09% from 255 or 45.82% from 395); Blue value is 198 (77.73% from 255 or 50.13% from 395); Max value from RGB is 198 - color contains mainly: blue. Hex color #10B5C6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10B5C6 is #EF4A39. Grayscale: #858585. Windows color (decimal): -15682106 or 13022480. OLE color: 13022480.

HSL color Cylindrical-coordinate representation of color #10B5C6: hue angle of 185.6º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10B5C6 is Cyan = 0.92, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 16 181 198 -
CMYK 0.92 0.09 0 0.22
HSL 185.6º 0.85% 0.42% -
HSV(B) 185.6º 0.92% 0.78% -
XYZ 26.93 37.24 59.19 -
YUV 133.6 164.34 44.12 -
System Red Green Blue C M Y K H S L
Decimal 16 181 198 0.92 0.09 0 0.22 185.6 0.85 0.42
Hex 10 B5 C6 5C 9 0 16 BA 55 2A
Octal 20 265 306 134 11 0 26 272 125 52
Binary 10000 10110101 11000110 1011100 1001 0 10110 10111010 1010101 101010

Color Harmonies of #10B5C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10B5C6

Black with #10B5C6

Text Example


Text Example

White with #10B5C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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