Html Css Color HEX #12B1D3 Iris Blue

📋 copy color: '#12B1D3'

red 18 ◦ green 177 ◦ blue 211

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

Shades of Iris Blue #12B1D3

Tints of Iris Blue #12B1D3

RGB

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

 GREEN value IS 177 (69.53% from 255) = 43.6%

 BLUE value IS 211 (82.81% from 255) = 51.97%

R = 4.43%
G = 43.6%
B = 51.97%

CMYK

 C value IS 0.91

 M value IS 0.16

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#12B1D3 (or 0x12B1D3) is known color: Iris Blue. HEX triplet: 12, B1 and D3. RGB value is (18,177,211). Sum of RGB (Red+Green+Blue) = 18+177+211=406 (53% of max value = 765). Red value is 18 (7.42% from 255 or 4.43% from 406); Green value is 177 (69.53% from 255 or 43.60% from 406); Blue value is 211 (82.81% from 255 or 51.97% from 406); Max value from RGB is 211 - color contains mainly: blue. Hex color #12B1D3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12B1D3 is #ED4E2C. Grayscale: #858585. Windows color (decimal): -15552045 or 13873426. OLE color: 13873426.

HSL color Cylindrical-coordinate representation of color #12B1D3: hue angle of 190.57º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12B1D3 is Cyan = 0.91, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 18 177 211 -
CMYK 0.91 0.16 0 0.17
HSL 190.57º 0.84% 0.45% -
HSV(B) 190.57º 0.91% 0.83% -
XYZ 27.73 36.28 67.17 -
YUV 133.34 171.82 45.74 -
System Red Green Blue C M Y K H S L
Decimal 18 177 211 0.91 0.16 0 0.17 190.57 0.84 0.45
Hex 12 B1 D3 5B 10 0 11 BF 54 2D
Octal 22 261 323 133 20 0 21 277 124 55
Binary 10010 10110001 11010011 1011011 10000 0 10001 10111111 1010100 101101

Color Harmonies of #12B1D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B1D3

Black with #12B1D3

Text Example


Text Example

White with #12B1D3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,177,211); }

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

background-color css

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

 a { background-color: rgb(18,177,211); }

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

border-color css

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

 span { border-color: rgb(18,177,211); }

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