Html Css Color HEX #12A8CC Iris Blue

📋 copy color: '#12A8CC'

red 18 ◦ green 168 ◦ blue 204

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

Shades of Iris Blue #12A8CC

Tints of Iris Blue #12A8CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 52.31%

R = 4.62%
G = 43.08%
B = 52.31%

CMYK

 C value IS 0.91

 M value IS 0.18

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#12A8CC (or 0x12A8CC) is known color: Iris Blue. HEX triplet: 12, A8 and CC. RGB value is (18,168,204). Sum of RGB (Red+Green+Blue) = 18+168+204=390 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.62% from 390); Green value is 168 (66.02% from 255 or 43.08% from 390); Blue value is 204 (80.08% from 255 or 52.31% from 390); Max value from RGB is 204 - color contains mainly: blue. Hex color #12A8CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12A8CC is #ED5733. Grayscale: #7E7E7E. Windows color (decimal): -15554356 or 13412370. OLE color: 13412370.

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

Color convert

RGB 18 168 204 -
CMYK 0.91 0.18 0 0.2
HSL 191.61º 0.84% 0.44% -
HSV(B) 191.61º 0.91% 0.8% -
XYZ 25.15 32.49 62.07 -
YUV 127.25 171.31 50.07 -
System Red Green Blue C M Y K H S L
Decimal 18 168 204 0.91 0.18 0 0.2 191.61 0.84 0.44
Hex 12 A8 CC 5B 12 0 14 C0 54 2C
Octal 22 250 314 133 22 0 24 300 124 54
Binary 10010 10101000 11001100 1011011 10010 0 10100 11000000 1010100 101100

Color Harmonies of #12A8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A8CC

Black with #12A8CC

Text Example


Text Example

White with #12A8CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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