Html Css Color HEX #10AFB8 Iris Blue

📋 copy color: '#10AFB8'

red 16 ◦ green 175 ◦ blue 184

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

Shades of Iris Blue #10AFB8

Tints of Iris Blue #10AFB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 49.07%

R = 4.27%
G = 46.67%
B = 49.07%

CMYK

 C value IS 0.91

 M value IS 0.05

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#10AFB8 (or 0x10AFB8) is known color: Iris Blue. HEX triplet: 10, AF and B8. RGB value is (16,175,184). Sum of RGB (Red+Green+Blue) = 16+175+184=375 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.27% from 375); Green value is 175 (68.75% from 255 or 46.67% from 375); Blue value is 184 (72.27% from 255 or 49.07% from 375); Max value from RGB is 184 - color contains mainly: blue. Hex color #10AFB8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10AFB8 is #EF5047. Grayscale: #808080. Windows color (decimal): -15683656 or 12103440. OLE color: 12103440.

HSL color Cylindrical-coordinate representation of color #10AFB8: hue angle of 183.21º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10AFB8 is Cyan = 0.91, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 16 175 184 -
CMYK 0.91 0.05 0 0.28
HSL 183.21º 0.84% 0.39% -
HSV(B) 183.21º 0.91% 0.72% -
XYZ 24.2 34.23 50.68 -
YUV 128.49 159.32 47.77 -
System Red Green Blue C M Y K H S L
Decimal 16 175 184 0.91 0.05 0 0.28 183.21 0.84 0.39
Hex 10 AF B8 5B 5 0 1C B7 54 27
Octal 20 257 270 133 5 0 34 267 124 47
Binary 10000 10101111 10111000 1011011 101 0 11100 10110111 1010100 100111

Color Harmonies of #10AFB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10AFB8

Black with #10AFB8

Text Example


Text Example

White with #10AFB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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