Html Css Color HEX #10B2BC Iris Blue

📋 copy color: '#10B2BC'

red 16 ◦ green 178 ◦ blue 188

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

Shades of Iris Blue #10B2BC

Tints of Iris Blue #10B2BC

RGB

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

 GREEN value IS 178 (69.92% from 255) = 46.6%

 BLUE value IS 188 (73.83% from 255) = 49.21%

R = 4.19%
G = 46.6%
B = 49.21%

CMYK

 C value IS 0.91

 M value IS 0.05

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#10B2BC (or 0x10B2BC) is known color: Iris Blue. HEX triplet: 10, B2 and BC. RGB value is (16,178,188). Sum of RGB (Red+Green+Blue) = 16+178+188=382 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.19% from 382); Green value is 178 (69.92% from 255 or 46.60% from 382); Blue value is 188 (73.83% from 255 or 49.21% from 382); Max value from RGB is 188 - color contains mainly: blue. Hex color #10B2BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10B2BC is #EF4D43. Grayscale: #828282. Windows color (decimal): -15682884 or 12366352. OLE color: 12366352.

HSL color Cylindrical-coordinate representation of color #10B2BC: hue angle of 183.49º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10B2BC is Cyan = 0.91, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 16 178 188 -
CMYK 0.91 0.05 0 0.26
HSL 183.49º 0.84% 0.4% -
HSV(B) 183.49º 0.91% 0.74% -
XYZ 25.21 35.58 53.12 -
YUV 130.7 160.33 46.19 -
System Red Green Blue C M Y K H S L
Decimal 16 178 188 0.91 0.05 0 0.26 183.49 0.84 0.4
Hex 10 B2 BC 5B 5 0 1A B7 54 28
Octal 20 262 274 133 5 0 32 267 124 50
Binary 10000 10110010 10111100 1011011 101 0 11010 10110111 1010100 101000

Color Harmonies of #10B2BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10B2BC

Black with #10B2BC

Text Example


Text Example

White with #10B2BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,178,188); }

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

background-color css

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

 a { background-color: rgb(16,178,188); }

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

border-color css

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

 span { border-color: rgb(16,178,188); }

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