Html Css Color HEX #10BBBA Iris Blue

📋 copy color: '#10BBBA'

red 16 ◦ green 187 ◦ blue 186

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

Shades of Iris Blue #10BBBA

Tints of Iris Blue #10BBBA

RGB

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

 GREEN value IS 187 (73.44% from 255) = 48.07%

 BLUE value IS 186 (73.05% from 255) = 47.81%

R = 4.11%
G = 48.07%
B = 47.81%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#10BBBA (or 0x10BBBA) is known color: Iris Blue. HEX triplet: 10, BB and BA. RGB value is (16,187,186). Sum of RGB (Red+Green+Blue) = 16+187+186=389 (51% of max value = 765). Red value is 16 (6.64% from 255 or 4.11% from 389); Green value is 187 (73.44% from 255 or 48.07% from 389); Blue value is 186 (73.05% from 255 or 47.81% from 389); Max value from RGB is 187 - color contains mainly: green. Hex color #10BBBA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10BBBA is #EF4445. Grayscale: #878787. Windows color (decimal): -15680582 or 12237584. OLE color: 12237584.

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

Color convert

RGB 16 187 186 -
CMYK 0.91 0 0.01 0.27
HSL 179.65º 0.84% 0.4% -
HSV(B) 179.65º 0.91% 0.73% -
XYZ 26.85 39.2 52.6 -
YUV 135.76 156.35 42.58 -
System Red Green Blue C M Y K H S L
Decimal 16 187 186 0.91 0 0.01 0.27 179.65 0.84 0.4
Hex 10 BB BA 5B 0 1 1B B4 54 28
Octal 20 273 272 133 0 1 33 264 124 50
Binary 10000 10111011 10111010 1011011 0 1 11011 10110100 1010100 101000

Color Harmonies of #10BBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10BBBA

Black with #10BBBA

Text Example


Text Example

White with #10BBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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