Html Css Color HEX #10BABC Iris Blue

📋 copy color: '#10BABC'

red 16 ◦ green 186 ◦ blue 188

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

Shades of Iris Blue #10BABC

Tints of Iris Blue #10BABC

RGB

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

 GREEN value IS 186 (73.05% from 255) = 47.69%

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

R = 4.1%
G = 47.69%
B = 48.21%

CMYK

 C value IS 0.91

 M value IS 0.01

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#10BABC (or 0x10BABC) is known color: Iris Blue. HEX triplet: 10, BA and BC. RGB value is (16,186,188). Sum of RGB (Red+Green+Blue) = 16+186+188=390 (51% of max value = 765). Red value is 16 (6.64% from 255 or 4.10% from 390); Green value is 186 (73.05% from 255 or 47.69% from 390); Blue value is 188 (73.83% from 255 or 48.21% from 390); Max value from RGB is 188 - color contains mainly: blue. Hex color #10BABC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10BABC is #EF4543. Grayscale: #878787. Windows color (decimal): -15680836 or 12368400. OLE color: 12368400.

HSL color Cylindrical-coordinate representation of color #10BABC: hue angle of 180.7º 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 #10BABC is Cyan = 0.91, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 16 186 188 -
CMYK 0.91 0.01 0 0.26
HSL 180.7º 0.84% 0.4% -
HSV(B) 180.7º 0.91% 0.74% -
XYZ 26.85 38.86 53.66 -
YUV 135.4 157.68 42.84 -
System Red Green Blue C M Y K H S L
Decimal 16 186 188 0.91 0.01 0 0.26 180.7 0.84 0.4
Hex 10 BA BC 5B 1 0 1A B5 54 28
Octal 20 272 274 133 1 0 32 265 124 50
Binary 10000 10111010 10111100 1011011 1 0 11010 10110101 1010100 101000

Color Harmonies of #10BABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10BABC

Black with #10BABC

Text Example


Text Example

White with #10BABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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