Html Css Color HEX #12AFC3 Iris Blue

📋 copy color: '#12AFC3'

red 18 ◦ green 175 ◦ blue 195

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

Shades of Iris Blue #12AFC3

Tints of Iris Blue #12AFC3

RGB

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

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

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

R = 4.64%
G = 45.1%
B = 50.26%

CMYK

 C value IS 0.91

 M value IS 0.10

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#12AFC3 (or 0x12AFC3) is known color: Iris Blue. HEX triplet: 12, AF and C3. RGB value is (18,175,195). Sum of RGB (Red+Green+Blue) = 18+175+195=388 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.64% from 388); Green value is 175 (68.75% from 255 or 45.10% from 388); Blue value is 195 (76.56% from 255 or 50.26% from 388); Max value from RGB is 195 - color contains mainly: blue. Hex color #12AFC3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12AFC3 is #ED503C. Grayscale: #828282. Windows color (decimal): -15552573 or 12824338. OLE color: 12824338.

HSL color Cylindrical-coordinate representation of color #12AFC3: hue angle of 186.78º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12AFC3 is Cyan = 0.91, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 18 175 195 -
CMYK 0.91 0.10 0 0.24
HSL 186.78º 0.83% 0.42% -
HSV(B) 186.78º 0.91% 0.76% -
XYZ 25.43 34.73 56.99 -
YUV 130.34 164.49 47.87 -
System Red Green Blue C M Y K H S L
Decimal 18 175 195 0.91 0.10 0 0.24 186.78 0.83 0.42
Hex 12 AF C3 5B A 0 18 BB 53 2A
Octal 22 257 303 133 12 0 30 273 123 52
Binary 10010 10101111 11000011 1011011 1010 0 11000 10111011 1010011 101010

Color Harmonies of #12AFC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AFC3

Black with #12AFC3

Text Example


Text Example

White with #12AFC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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