Html Css Color HEX #12ACCF Iris Blue

📋 copy color: '#12ACCF'

red 18 ◦ green 172 ◦ blue 207

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

Shades of Iris Blue #12ACCF

Tints of Iris Blue #12ACCF

RGB

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

 GREEN value IS 172 (67.58% from 255) = 43.32%

 BLUE value IS 207 (81.25% from 255) = 52.14%

R = 4.53%
G = 43.32%
B = 52.14%

CMYK

 C value IS 0.91

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#12ACCF (or 0x12ACCF) is known color: Iris Blue. HEX triplet: 12, AC and CF. RGB value is (18,172,207). Sum of RGB (Red+Green+Blue) = 18+172+207=397 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.53% from 397); Green value is 172 (67.58% from 255 or 43.32% from 397); Blue value is 207 (81.25% from 255 or 52.14% from 397); Max value from RGB is 207 - color contains mainly: blue. Hex color #12ACCF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12ACCF is #ED5330. Grayscale: #818181. Windows color (decimal): -15553329 or 13610002. OLE color: 13610002.

HSL color Cylindrical-coordinate representation of color #12ACCF: hue angle of 191.11º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12ACCF is Cyan = 0.91, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 18 172 207 -
CMYK 0.91 0.17 0 0.19
HSL 191.11º 0.84% 0.44% -
HSV(B) 191.11º 0.91% 0.81% -
XYZ 26.26 34.14 64.24 -
YUV 129.94 171.48 48.15 -
System Red Green Blue C M Y K H S L
Decimal 18 172 207 0.91 0.17 0 0.19 191.11 0.84 0.44
Hex 12 AC CF 5B 11 0 13 BF 54 2C
Octal 22 254 317 133 21 0 23 277 124 54
Binary 10010 10101100 11001111 1011011 10001 0 10011 10111111 1010100 101100

Color Harmonies of #12ACCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12ACCF

Black with #12ACCF

Text Example


Text Example

White with #12ACCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,172,207); }

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

background-color css

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

 a { background-color: rgb(18,172,207); }

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

border-color css

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

 span { border-color: rgb(18,172,207); }

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