Html Css Color HEX #12B2D5 Iris Blue

📋 copy color: '#12B2D5'

red 18 ◦ green 178 ◦ blue 213

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

Shades of Iris Blue #12B2D5

Tints of Iris Blue #12B2D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 52.08%

R = 4.4%
G = 43.52%
B = 52.08%

CMYK

 C value IS 0.92

 M value IS 0.16

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#12B2D5 (or 0x12B2D5) is known color: Iris Blue. HEX triplet: 12, B2 and D5. RGB value is (18,178,213). Sum of RGB (Red+Green+Blue) = 18+178+213=409 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.40% from 409); Green value is 178 (69.92% from 255 or 43.52% from 409); Blue value is 213 (83.59% from 255 or 52.08% from 409); Max value from RGB is 213 - color contains mainly: blue. Hex color #12B2D5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12B2D5 is #ED4D2A. Grayscale: #858585. Windows color (decimal): -15551787 or 14004754. OLE color: 14004754.

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

Color convert

RGB 18 178 213 -
CMYK 0.92 0.16 0 0.16
HSL 190.77º 0.84% 0.45% -
HSV(B) 190.77º 0.92% 0.84% -
XYZ 28.18 36.77 68.56 -
YUV 134.15 172.49 45.15 -
System Red Green Blue C M Y K H S L
Decimal 18 178 213 0.92 0.16 0 0.16 190.77 0.84 0.45
Hex 12 B2 D5 5C 10 0 10 BF 54 2D
Octal 22 262 325 134 20 0 20 277 124 55
Binary 10010 10110010 11010101 1011100 10000 0 10000 10111111 1010100 101101

Color Harmonies of #12B2D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B2D5

Black with #12B2D5

Text Example


Text Example

White with #12B2D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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