Html Css Color HEX #12B0CF Iris Blue

📋 copy color: '#12B0CF'

red 18 ◦ green 176 ◦ blue 207

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

Shades of Iris Blue #12B0CF

Tints of Iris Blue #12B0CF

RGB

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

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

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

R = 4.49%
G = 43.89%
B = 51.62%

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

#12B0CF (or 0x12B0CF) is known color: Iris Blue. HEX triplet: 12, B0 and CF. RGB value is (18,176,207). Sum of RGB (Red+Green+Blue) = 18+176+207=401 (53% of max value = 765). Red value is 18 (7.42% from 255 or 4.49% from 401); Green value is 176 (69.14% from 255 or 43.89% from 401); Blue value is 207 (81.25% from 255 or 51.62% from 401); Max value from RGB is 207 - color contains mainly: blue. Hex color #12B0CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12B0CF is #ED4F30. Grayscale: #848484. Windows color (decimal): -15552305 or 13611026. OLE color: 13611026.

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

Color convert

RGB 18 176 207 -
CMYK 0.91 0.15 0 0.19
HSL 189.84º 0.84% 0.44% -
HSV(B) 189.84º 0.91% 0.81% -
XYZ 27.04 35.68 64.49 -
YUV 132.29 170.15 46.48 -
System Red Green Blue C M Y K H S L
Decimal 18 176 207 0.91 0.15 0 0.19 189.84 0.84 0.44
Hex 12 B0 CF 5B F 0 13 BE 54 2C
Octal 22 260 317 133 17 0 23 276 124 54
Binary 10010 10110000 11001111 1011011 1111 0 10011 10111110 1010100 101100

Color Harmonies of #12B0CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B0CF

Black with #12B0CF

Text Example


Text Example

White with #12B0CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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