Html Css Color HEX #10BBBB Iris Blue

📋 copy color: '#10BBBB'

red 16 ◦ green 187 ◦ blue 187

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

Shades of Iris Blue #10BBBB

Tints of Iris Blue #10BBBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 47.95%

R = 4.1%
G = 47.95%
B = 47.95%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#10BBBB (or 0x10BBBB) is known color: Iris Blue. HEX triplet: 10, BB and BB. RGB value is (16,187,187). Sum of RGB (Red+Green+Blue) = 16+187+187=390 (51% of max value = 765). Red value is 16 (6.64% from 255 or 4.10% from 390); Green value is 187 (73.44% from 255 or 47.95% from 390); Blue value is 187 (73.44% from 255 or 47.95% from 390); Max value from RGB is 187 - color contains mainly: green, blue. Hex color #10BBBB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10BBBB is #EF4444. Grayscale: #878787. Windows color (decimal): -15680581 or 12303120. OLE color: 12303120.

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

Color convert

RGB 16 187 187 -
CMYK 0.91 0 0 0.27
HSL 180º 0.84% 0.4% -
HSV(B) 180º 0.91% 0.73% -
XYZ 26.95 39.24 53.17 -
YUV 135.87 156.85 42.5 -
System Red Green Blue C M Y K H S L
Decimal 16 187 187 0.91 0 0 0.27 180 0.84 0.4
Hex 10 BB BB 5B 0 0 1B B4 54 28
Octal 20 273 273 133 0 0 33 264 124 50
Binary 10000 10111011 10111011 1011011 0 0 11011 10110100 1010100 101000

Color Harmonies of #10BBBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10BBBB

Black with #10BBBB

Text Example


Text Example

White with #10BBBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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