Html Css Color HEX #12B2CF Iris Blue

📋 copy color: '#12B2CF'

red 18 ◦ green 178 ◦ blue 207

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

Shades of Iris Blue #12B2CF

Tints of Iris Blue #12B2CF

RGB

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

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

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

R = 4.47%
G = 44.17%
B = 51.36%

CMYK

 C value IS 0.91

 M value IS 0.14

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#12B2CF (or 0x12B2CF) is known color: Iris Blue. HEX triplet: 12, B2 and CF. RGB value is (18,178,207). Sum of RGB (Red+Green+Blue) = 18+178+207=403 (53% of max value = 765). Red value is 18 (7.42% from 255 or 4.47% from 403); Green value is 178 (69.92% from 255 or 44.17% from 403); Blue value is 207 (81.25% from 255 or 51.36% from 403); Max value from RGB is 207 - color contains mainly: blue. Hex color #12B2CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12B2CF is #ED4D30. Grayscale: #858585. Windows color (decimal): -15551793 or 13611538. OLE color: 13611538.

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

Color convert

RGB 18 178 207 -
CMYK 0.91 0.14 0 0.19
HSL 189.21º 0.84% 0.44% -
HSV(B) 189.21º 0.91% 0.81% -
XYZ 27.43 36.47 64.63 -
YUV 133.47 169.49 45.64 -
System Red Green Blue C M Y K H S L
Decimal 18 178 207 0.91 0.14 0 0.19 189.21 0.84 0.44
Hex 12 B2 CF 5B E 0 13 BD 54 2C
Octal 22 262 317 133 16 0 23 275 124 54
Binary 10010 10110010 11001111 1011011 1110 0 10011 10111101 1010100 101100

Color Harmonies of #12B2CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B2CF

Black with #12B2CF

Text Example


Text Example

White with #12B2CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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