Html Css Color HEX #12BBCF Iris Blue

📋 copy color: '#12BBCF'

red 18 ◦ green 187 ◦ blue 207

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

Shades of Iris Blue #12BBCF

Tints of Iris Blue #12BBCF

RGB

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

 GREEN value IS 187 (73.44% from 255) = 45.39%

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

R = 4.37%
G = 45.39%
B = 50.24%

CMYK

 C value IS 0.91

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#12BBCF (or 0x12BBCF) is known color: Iris Blue. HEX triplet: 12, BB and CF. RGB value is (18,187,207). Sum of RGB (Red+Green+Blue) = 18+187+207=412 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.37% from 412); Green value is 187 (73.44% from 255 or 45.39% from 412); Blue value is 207 (81.25% from 255 or 50.24% from 412); Max value from RGB is 207 - color contains mainly: blue. Hex color #12BBCF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12BBCF is #ED4430. Grayscale: #8A8A8A. Windows color (decimal): -15549489 or 13613842. OLE color: 13613842.

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

Color convert

RGB 18 187 207 -
CMYK 0.91 0.10 0 0.19
HSL 186.35º 0.84% 0.44% -
HSV(B) 186.35º 0.91% 0.81% -
XYZ 29.28 40.17 65.24 -
YUV 138.75 166.51 41.87 -
System Red Green Blue C M Y K H S L
Decimal 18 187 207 0.91 0.10 0 0.19 186.35 0.84 0.44
Hex 12 BB CF 5B A 0 13 BA 54 2C
Octal 22 273 317 133 12 0 23 272 124 54
Binary 10010 10111011 11001111 1011011 1010 0 10011 10111010 1010100 101100

Color Harmonies of #12BBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12BBCF

Black with #12BBCF

Text Example


Text Example

White with #12BBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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