Html Css Color HEX #12B5CE Iris Blue

📋 copy color: '#12B5CE'

red 18 ◦ green 181 ◦ blue 206

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

Shades of Iris Blue #12B5CE

Tints of Iris Blue #12B5CE

RGB

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

 GREEN value IS 181 (71.09% from 255) = 44.69%

 BLUE value IS 206 (80.86% from 255) = 50.86%

R = 4.44%
G = 44.69%
B = 50.86%

CMYK

 C value IS 0.91

 M value IS 0.12

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#12B5CE (or 0x12B5CE) is known color: Iris Blue. HEX triplet: 12, B5 and CE. RGB value is (18,181,206). Sum of RGB (Red+Green+Blue) = 18+181+206=405 (53% of max value = 765). Red value is 18 (7.42% from 255 or 4.44% from 405); Green value is 181 (71.09% from 255 or 44.69% from 405); Blue value is 206 (80.86% from 255 or 50.86% from 405); Max value from RGB is 206 - color contains mainly: blue. Hex color #12B5CE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12B5CE is #ED4A31. Grayscale: #868686. Windows color (decimal): -15551026 or 13546770. OLE color: 13546770.

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

Color convert

RGB 18 181 206 -
CMYK 0.91 0.12 0 0.19
HSL 187.98º 0.84% 0.44% -
HSV(B) 187.98º 0.91% 0.81% -
XYZ 27.91 37.63 64.19 -
YUV 135.11 168 44.47 -
System Red Green Blue C M Y K H S L
Decimal 18 181 206 0.91 0.12 0 0.19 187.98 0.84 0.44
Hex 12 B5 CE 5B C 0 13 BC 54 2C
Octal 22 265 316 133 14 0 23 274 124 54
Binary 10010 10110101 11001110 1011011 1100 0 10011 10111100 1010100 101100

Color Harmonies of #12B5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B5CE

Black with #12B5CE

Text Example


Text Example

White with #12B5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,181,206); }

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

background-color css

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

 a { background-color: rgb(18,181,206); }

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

border-color css

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

 span { border-color: rgb(18,181,206); }

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