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

📋 copy color: '#12C5CF'

red 18 ◦ green 197 ◦ blue 207

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

Shades of Robin's Egg Blue #12C5CF

Tints of Robin's Egg Blue #12C5CF

RGB

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

 GREEN value IS 197 (77.34% from 255) = 46.68%

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

R = 4.27%
G = 46.68%
B = 49.05%

CMYK

 C value IS 0.91

 M value IS 0.05

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#12C5CF (or 0x12C5CF) is known color: Robin's Egg Blue. HEX triplet: 12, C5 and CF. RGB value is (18,197,207). Sum of RGB (Red+Green+Blue) = 18+197+207=422 (55% of max value = 765). Red value is 18 (7.42% from 255 or 4.27% from 422); Green value is 197 (77.34% from 255 or 46.68% from 422); Blue value is 207 (81.25% from 255 or 49.05% from 422); Max value from RGB is 207 - color contains mainly: blue. Hex color #12C5CF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12C5CF is #ED3A30. Grayscale: #909090. Windows color (decimal): -15546929 or 13616402. OLE color: 13616402.

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

Color convert

RGB 18 197 207 -
CMYK 0.91 0.05 0 0.19
HSL 183.17º 0.84% 0.44% -
HSV(B) 183.17º 0.91% 0.81% -
XYZ 31.48 44.57 65.97 -
YUV 144.62 163.2 37.69 -
System Red Green Blue C M Y K H S L
Decimal 18 197 207 0.91 0.05 0 0.19 183.17 0.84 0.44
Hex 12 C5 CF 5B 5 0 13 B7 54 2C
Octal 22 305 317 133 5 0 23 267 124 54
Binary 10010 11000101 11001111 1011011 101 0 10011 10110111 1010100 101100

Color Harmonies of #12C5CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12C5CF

Black with #12C5CF

Text Example


Text Example

White with #12C5CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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