Html Css Color HEX #12B5CF Iris Blue

📋 copy color: '#12B5CF'

red 18 ◦ green 181 ◦ blue 207

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

Shades of Iris Blue #12B5CF

Tints of Iris Blue #12B5CF

RGB

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

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

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

R = 4.43%
G = 44.58%
B = 50.99%

CMYK

 C value IS 0.91

 M value IS 0.13

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#12B5CF (or 0x12B5CF) is known color: Iris Blue. HEX triplet: 12, B5 and CF. RGB value is (18,181,207). Sum of RGB (Red+Green+Blue) = 18+181+207=406 (53% of max value = 765). Red value is 18 (7.42% from 255 or 4.43% from 406); Green value is 181 (71.09% from 255 or 44.58% from 406); Blue value is 207 (81.25% from 255 or 50.99% from 406); Max value from RGB is 207 - color contains mainly: blue. Hex color #12B5CF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12B5CF is #ED4A30. Grayscale: #868686. Windows color (decimal): -15551025 or 13612306. OLE color: 13612306.

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

Color convert

RGB 18 181 207 -
CMYK 0.91 0.13 0 0.19
HSL 188.25º 0.84% 0.44% -
HSV(B) 188.25º 0.91% 0.81% -
XYZ 28.04 37.68 64.83 -
YUV 135.23 168.5 44.39 -
System Red Green Blue C M Y K H S L
Decimal 18 181 207 0.91 0.13 0 0.19 188.25 0.84 0.44
Hex 12 B5 CF 5B D 0 13 BC 54 2C
Octal 22 265 317 133 15 0 23 274 124 54
Binary 10010 10110101 11001111 1011011 1101 0 10011 10111100 1010100 101100

Color Harmonies of #12B5CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B5CF

Black with #12B5CF

Text Example


Text Example

White with #12B5CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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