Html Css Color HEX #12AFC7 Iris Blue

📋 copy color: '#12AFC7'

red 18 ◦ green 175 ◦ blue 199

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

Shades of Iris Blue #12AFC7

Tints of Iris Blue #12AFC7

RGB

 RED value IS 18 (7.42% from 255) = 4.59%

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

 BLUE value IS 199 (78.13% from 255) = 50.77%

R = 4.59%
G = 44.64%
B = 50.77%

CMYK

 C value IS 0.91

 M value IS 0.12

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#12AFC7 (or 0x12AFC7) is known color: Iris Blue. HEX triplet: 12, AF and C7. RGB value is (18,175,199). Sum of RGB (Red+Green+Blue) = 18+175+199=392 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.59% from 392); Green value is 175 (68.75% from 255 or 44.64% from 392); Blue value is 199 (78.12% from 255 or 50.77% from 392); Max value from RGB is 199 - color contains mainly: blue. Hex color #12AFC7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12AFC7 is #ED5038. Grayscale: #828282. Windows color (decimal): -15552569 or 13086482. OLE color: 13086482.

HSL color Cylindrical-coordinate representation of color #12AFC7: hue angle of 187.96º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12AFC7 is Cyan = 0.91, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 18 175 199 -
CMYK 0.91 0.12 0 0.22
HSL 187.96º 0.83% 0.43% -
HSV(B) 187.96º 0.91% 0.78% -
XYZ 25.89 34.91 59.41 -
YUV 130.79 166.49 47.55 -
System Red Green Blue C M Y K H S L
Decimal 18 175 199 0.91 0.12 0 0.22 187.96 0.83 0.43
Hex 12 AF C7 5B C 0 16 BC 53 2B
Octal 22 257 307 133 14 0 26 274 123 53
Binary 10010 10101111 11000111 1011011 1100 0 10110 10111100 1010011 101011

Color Harmonies of #12AFC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AFC7

Black with #12AFC7

Text Example


Text Example

White with #12AFC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12AFC7; }

 p { color: rgb(18,175,199); }

 H1.HeaderClassName
 {
   color: #12AFC7;
 }
 .AnyTagClassName
 {
   color: #12AFC7;
 }
</style>

background-color css

<style>
 a { background-color: #12AFC7; }

 a { background-color: rgb(18,175,199); }

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

border-color css

<style>
 span { border-color: #12AFC7; }

 span { border-color: rgb(18,175,199); }

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