Html Css Color HEX #12A7CF Iris Blue

📋 copy color: '#12A7CF'

red 18 ◦ green 167 ◦ blue 207

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

Shades of Iris Blue #12A7CF

Tints of Iris Blue #12A7CF

RGB

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

 GREEN value IS 167 (65.63% from 255) = 42.6%

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

R = 4.59%
G = 42.6%
B = 52.81%

CMYK

 C value IS 0.91

 M value IS 0.19

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#12A7CF (or 0x12A7CF) is known color: Iris Blue. HEX triplet: 12, A7 and CF. RGB value is (18,167,207). Sum of RGB (Red+Green+Blue) = 18+167+207=392 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.59% from 392); Green value is 167 (65.62% from 255 or 42.60% from 392); Blue value is 207 (81.25% from 255 or 52.81% from 392); Max value from RGB is 207 - color contains mainly: blue. Hex color #12A7CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12A7CF is #ED5830. Grayscale: #7E7E7E. Windows color (decimal): -15554609 or 13608722. OLE color: 13608722.

HSL color Cylindrical-coordinate representation of color #12A7CF: hue angle of 192.7º 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 #12A7CF is Cyan = 0.91, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 18 167 207 -
CMYK 0.91 0.19 0 0.19
HSL 192.7º 0.84% 0.44% -
HSV(B) 192.7º 0.91% 0.81% -
XYZ 25.33 32.27 63.93 -
YUV 127.01 173.14 50.25 -
System Red Green Blue C M Y K H S L
Decimal 18 167 207 0.91 0.19 0 0.19 192.7 0.84 0.44
Hex 12 A7 CF 5B 13 0 13 C1 54 2C
Octal 22 247 317 133 23 0 23 301 124 54
Binary 10010 10100111 11001111 1011011 10011 0 10011 11000001 1010100 101100

Color Harmonies of #12A7CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A7CF

Black with #12A7CF

Text Example


Text Example

White with #12A7CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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