Html Css Color HEX #10AFBB Iris Blue

📋 copy color: '#10AFBB'

red 16 ◦ green 175 ◦ blue 187

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

Shades of Iris Blue #10AFBB

Tints of Iris Blue #10AFBB

RGB

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

 GREEN value IS 175 (68.75% from 255) = 46.3%

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

R = 4.23%
G = 46.3%
B = 49.47%

CMYK

 C value IS 0.91

 M value IS 0.06

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#10AFBB (or 0x10AFBB) is known color: Iris Blue. HEX triplet: 10, AF and BB. RGB value is (16,175,187). Sum of RGB (Red+Green+Blue) = 16+175+187=378 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.23% from 378); Green value is 175 (68.75% from 255 or 46.30% from 378); Blue value is 187 (73.44% from 255 or 49.47% from 378); Max value from RGB is 187 - color contains mainly: blue. Hex color #10AFBB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10AFBB is #EF5044. Grayscale: #808080. Windows color (decimal): -15683653 or 12300048. OLE color: 12300048.

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

Color convert

RGB 16 175 187 -
CMYK 0.91 0.06 0 0.27
HSL 184.21º 0.84% 0.4% -
HSV(B) 184.21º 0.91% 0.73% -
XYZ 24.51 34.36 52.35 -
YUV 128.83 160.82 47.52 -
System Red Green Blue C M Y K H S L
Decimal 16 175 187 0.91 0.06 0 0.27 184.21 0.84 0.4
Hex 10 AF BB 5B 6 0 1B B8 54 28
Octal 20 257 273 133 6 0 33 270 124 50
Binary 10000 10101111 10111011 1011011 110 0 11011 10111000 1010100 101000

Color Harmonies of #10AFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10AFBB

Black with #10AFBB

Text Example


Text Example

White with #10AFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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