Html Css Color HEX #10BBC3 Iris Blue

📋 copy color: '#10BBC3'

red 16 ◦ green 187 ◦ blue 195

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

Shades of Iris Blue #10BBC3

Tints of Iris Blue #10BBC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 48.99%

R = 4.02%
G = 46.98%
B = 48.99%

CMYK

 C value IS 0.92

 M value IS 0.04

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#10BBC3 (or 0x10BBC3) is known color: Iris Blue. HEX triplet: 10, BB and C3. RGB value is (16,187,195). Sum of RGB (Red+Green+Blue) = 16+187+195=398 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4.02% from 398); Green value is 187 (73.44% from 255 or 46.98% from 398); Blue value is 195 (76.56% from 255 or 48.99% from 398); Max value from RGB is 195 - color contains mainly: blue. Hex color #10BBC3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10BBC3 is #EF443C. Grayscale: #888888. Windows color (decimal): -15680573 or 12827408. OLE color: 12827408.

HSL color Cylindrical-coordinate representation of color #10BBC3: hue angle of 182.68º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10BBC3 is Cyan = 0.92, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 16 187 195 -
CMYK 0.92 0.04 0 0.24
HSL 182.68º 0.85% 0.41% -
HSV(B) 182.68º 0.92% 0.76% -
XYZ 27.83 39.59 57.8 -
YUV 136.78 160.85 41.85 -
System Red Green Blue C M Y K H S L
Decimal 16 187 195 0.92 0.04 0 0.24 182.68 0.85 0.41
Hex 10 BB C3 5C 4 0 18 B7 55 29
Octal 20 273 303 134 4 0 30 267 125 51
Binary 10000 10111011 11000011 1011100 100 0 11000 10110111 1010101 101001

Color Harmonies of #10BBC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10BBC3

Black with #10BBC3

Text Example


Text Example

White with #10BBC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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