Html Css Color HEX #12B0DD Iris Blue

📋 copy color: '#12B0DD'

red 18 ◦ green 176 ◦ blue 221

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

Shades of Iris Blue #12B0DD

Tints of Iris Blue #12B0DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 53.25%

R = 4.34%
G = 42.41%
B = 53.25%

CMYK

 C value IS 0.92

 M value IS 0.20

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#12B0DD (or 0x12B0DD) is known color: Iris Blue. HEX triplet: 12, B0 and DD. RGB value is (18,176,221). Sum of RGB (Red+Green+Blue) = 18+176+221=415 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.34% from 415); Green value is 176 (69.14% from 255 or 42.41% from 415); Blue value is 221 (86.72% from 255 or 53.25% from 415); Max value from RGB is 221 - color contains mainly: blue. Hex color #12B0DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12B0DD is #ED4F22. Grayscale: #858585. Windows color (decimal): -15552291 or 14528530. OLE color: 14528530.

HSL color Cylindrical-coordinate representation of color #12B0DD: hue angle of 193.3º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12B0DD is Cyan = 0.92, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 18 176 221 -
CMYK 0.92 0.20 0 0.13
HSL 193.3º 0.85% 0.47% -
HSV(B) 193.3º 0.92% 0.87% -
XYZ 28.83 36.4 73.91 -
YUV 133.89 177.15 45.34 -
System Red Green Blue C M Y K H S L
Decimal 18 176 221 0.92 0.20 0 0.13 193.3 0.85 0.47
Hex 12 B0 DD 5C 14 0 D C1 55 2F
Octal 22 260 335 134 24 0 15 301 125 57
Binary 10010 10110000 11011101 1011100 10100 0 1101 11000001 1010101 101111

Color Harmonies of #12B0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B0DD

Black with #12B0DD

Text Example


Text Example

White with #12B0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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