Html Css Color HEX #12A8CF Iris Blue

📋 copy color: '#12A8CF'

red 18 ◦ green 168 ◦ blue 207

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

Shades of Iris Blue #12A8CF

Tints of Iris Blue #12A8CF

RGB

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

 GREEN value IS 168 (66.02% from 255) = 42.75%

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

R = 4.58%
G = 42.75%
B = 52.67%

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

#12A8CF (or 0x12A8CF) is known color: Iris Blue. HEX triplet: 12, A8 and CF. RGB value is (18,168,207). Sum of RGB (Red+Green+Blue) = 18+168+207=393 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.58% from 393); Green value is 168 (66.02% from 255 or 42.75% from 393); Blue value is 207 (81.25% from 255 or 52.67% from 393); Max value from RGB is 207 - color contains mainly: blue. Hex color #12A8CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12A8CF is #ED5730. Grayscale: #7F7F7F. Windows color (decimal): -15554353 or 13608978. OLE color: 13608978.

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

Color convert

RGB 18 168 207 -
CMYK 0.91 0.19 0 0.19
HSL 192.38º 0.84% 0.44% -
HSV(B) 192.38º 0.91% 0.81% -
XYZ 25.51 32.64 63.99 -
YUV 127.6 172.81 49.83 -
System Red Green Blue C M Y K H S L
Decimal 18 168 207 0.91 0.19 0 0.19 192.38 0.84 0.44
Hex 12 A8 CF 5B 13 0 13 C0 54 2C
Octal 22 250 317 133 23 0 23 300 124 54
Binary 10010 10101000 11001111 1011011 10011 0 10011 11000000 1010100 101100

Color Harmonies of #12A8CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A8CF

Black with #12A8CF

Text Example


Text Example

White with #12A8CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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