Html Css Color HEX #12B2CC Iris Blue

📋 copy color: '#12B2CC'

red 18 ◦ green 178 ◦ blue 204

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

Shades of Iris Blue #12B2CC

Tints of Iris Blue #12B2CC

RGB

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

 GREEN value IS 178 (69.92% from 255) = 44.5%

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

R = 4.5%
G = 44.5%
B = 51%

CMYK

 C value IS 0.91

 M value IS 0.13

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#12B2CC (or 0x12B2CC) is known color: Iris Blue. HEX triplet: 12, B2 and CC. RGB value is (18,178,204). Sum of RGB (Red+Green+Blue) = 18+178+204=400 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.5% from 400); Green value is 178 (69.92% from 255 or 44.5% from 400); Blue value is 204 (80.08% from 255 or 51% from 400); Max value from RGB is 204 - color contains mainly: blue. Hex color #12B2CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12B2CC is #ED4D33. Grayscale: #848484. Windows color (decimal): -15551796 or 13414930. OLE color: 13414930.

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

Color convert

RGB 18 178 204 -
CMYK 0.91 0.13 0 0.2
HSL 188.39º 0.84% 0.44% -
HSV(B) 188.39º 0.91% 0.8% -
XYZ 27.07 36.33 62.71 -
YUV 133.12 167.99 45.89 -
System Red Green Blue C M Y K H S L
Decimal 18 178 204 0.91 0.13 0 0.2 188.39 0.84 0.44
Hex 12 B2 CC 5B D 0 14 BC 54 2C
Octal 22 262 314 133 15 0 24 274 124 54
Binary 10010 10110010 11001100 1011011 1101 0 10100 10111100 1010100 101100

Color Harmonies of #12B2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B2CC

Black with #12B2CC

Text Example


Text Example

White with #12B2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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