Html Css Color HEX #12C8CF Robin's Egg Blue

📋 copy color: '#12C8CF'

red 18 ◦ green 200 ◦ blue 207

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

Shades of Robin's Egg Blue #12C8CF

Tints of Robin's Egg Blue #12C8CF

RGB

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

 GREEN value IS 200 (78.52% from 255) = 47.06%

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

R = 4.24%
G = 47.06%
B = 48.71%

CMYK

 C value IS 0.91

 M value IS 0.03

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#12C8CF (or 0x12C8CF) is known color: Robin's Egg Blue. HEX triplet: 12, C8 and CF. RGB value is (18,200,207). Sum of RGB (Red+Green+Blue) = 18+200+207=425 (56% of max value = 765). Red value is 18 (7.42% from 255 or 4.24% from 425); Green value is 200 (78.52% from 255 or 47.06% from 425); Blue value is 207 (81.25% from 255 or 48.71% from 425); Max value from RGB is 207 - color contains mainly: blue. Hex color #12C8CF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12C8CF is #ED3730. Grayscale: #929292. Windows color (decimal): -15546161 or 13617170. OLE color: 13617170.

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

Color convert

RGB 18 200 207 -
CMYK 0.91 0.03 0 0.19
HSL 182.22º 0.84% 0.44% -
HSV(B) 182.22º 0.91% 0.81% -
XYZ 32.17 45.94 66.2 -
YUV 146.38 162.2 36.43 -
System Red Green Blue C M Y K H S L
Decimal 18 200 207 0.91 0.03 0 0.19 182.22 0.84 0.44
Hex 12 C8 CF 5B 3 0 13 B6 54 2C
Octal 22 310 317 133 3 0 23 266 124 54
Binary 10010 11001000 11001111 1011011 11 0 10011 10110110 1010100 101100

Color Harmonies of #12C8CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12C8CF

Black with #12C8CF

Text Example


Text Example

White with #12C8CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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