Html Css Color HEX #12B0CE Iris Blue

📋 copy color: '#12B0CE'

red 18 ◦ green 176 ◦ blue 206

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

Shades of Iris Blue #12B0CE

Tints of Iris Blue #12B0CE

RGB

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

 GREEN value IS 176 (69.14% from 255) = 44%

 BLUE value IS 206 (80.86% from 255) = 51.5%

R = 4.5%
G = 44%
B = 51.5%

CMYK

 C value IS 0.91

 M value IS 0.15

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#12B0CE (or 0x12B0CE) is known color: Iris Blue. HEX triplet: 12, B0 and CE. RGB value is (18,176,206). Sum of RGB (Red+Green+Blue) = 18+176+206=400 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.5% from 400); Green value is 176 (69.14% from 255 or 44% from 400); Blue value is 206 (80.86% from 255 or 51.5% from 400); Max value from RGB is 206 - color contains mainly: blue. Hex color #12B0CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12B0CE is #ED4F31. Grayscale: #838383. Windows color (decimal): -15552306 or 13545490. OLE color: 13545490.

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

Color convert

RGB 18 176 206 -
CMYK 0.91 0.15 0 0.19
HSL 189.57º 0.84% 0.44% -
HSV(B) 189.57º 0.91% 0.81% -
XYZ 26.92 35.64 63.85 -
YUV 132.18 169.65 46.56 -
System Red Green Blue C M Y K H S L
Decimal 18 176 206 0.91 0.15 0 0.19 189.57 0.84 0.44
Hex 12 B0 CE 5B F 0 13 BE 54 2C
Octal 22 260 316 133 17 0 23 276 124 54
Binary 10010 10110000 11001110 1011011 1111 0 10011 10111110 1010100 101100

Color Harmonies of #12B0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B0CE

Black with #12B0CE

Text Example


Text Example

White with #12B0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,176,206); }

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

background-color css

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

 a { background-color: rgb(18,176,206); }

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

border-color css

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

 span { border-color: rgb(18,176,206); }

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