Html Css Color HEX #12BCCF Iris Blue

📋 copy color: '#12BCCF'

red 18 ◦ green 188 ◦ blue 207

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

Shades of Iris Blue #12BCCF

Tints of Iris Blue #12BCCF

RGB

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

 GREEN value IS 188 (73.83% from 255) = 45.52%

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

R = 4.36%
G = 45.52%
B = 50.12%

CMYK

 C value IS 0.91

 M value IS 0.09

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#12BCCF (or 0x12BCCF) is known color: Iris Blue. HEX triplet: 12, BC and CF. RGB value is (18,188,207). Sum of RGB (Red+Green+Blue) = 18+188+207=413 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.36% from 413); Green value is 188 (73.83% from 255 or 45.52% from 413); Blue value is 207 (81.25% from 255 or 50.12% from 413); Max value from RGB is 207 - color contains mainly: blue. Hex color #12BCCF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12BCCF is #ED4330. Grayscale: #8B8B8B. Windows color (decimal): -15549233 or 13614098. OLE color: 13614098.

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

Color convert

RGB 18 188 207 -
CMYK 0.91 0.09 0 0.19
HSL 186.03º 0.84% 0.44% -
HSV(B) 186.03º 0.91% 0.81% -
XYZ 29.5 40.6 65.31 -
YUV 139.34 166.18 41.46 -
System Red Green Blue C M Y K H S L
Decimal 18 188 207 0.91 0.09 0 0.19 186.03 0.84 0.44
Hex 12 BC CF 5B 9 0 13 BA 54 2C
Octal 22 274 317 133 11 0 23 272 124 54
Binary 10010 10111100 11001111 1011011 1001 0 10011 10111010 1010100 101100

Color Harmonies of #12BCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12BCCF

Black with #12BCCF

Text Example


Text Example

White with #12BCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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