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

📋 copy color: '#12C8CD'

red 18 ◦ green 200 ◦ blue 205

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

Shades of Robin's Egg Blue #12C8CD

Tints of Robin's Egg Blue #12C8CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 48.46%

R = 4.26%
G = 47.28%
B = 48.46%

CMYK

 C value IS 0.91

 M value IS 0.02

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#12C8CD (or 0x12C8CD) is known color: Robin's Egg Blue. HEX triplet: 12, C8 and CD. RGB value is (18,200,205). Sum of RGB (Red+Green+Blue) = 18+200+205=423 (56% of max value = 765). Red value is 18 (7.42% from 255 or 4.26% from 423); Green value is 200 (78.52% from 255 or 47.28% from 423); Blue value is 205 (80.47% from 255 or 48.46% from 423); Max value from RGB is 205 - color contains mainly: blue. Hex color #12C8CD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12C8CD is #ED3732. Grayscale: #919191. Windows color (decimal): -15546163 or 13486098. OLE color: 13486098.

HSL color Cylindrical-coordinate representation of color #12C8CD: hue angle of 181.6º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12C8CD is Cyan = 0.91, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 18 200 205 -
CMYK 0.91 0.02 0 0.20
HSL 181.6º 0.84% 0.44% -
HSV(B) 181.6º 0.91% 0.8% -
XYZ 31.92 45.84 64.92 -
YUV 146.15 161.2 36.59 -
System Red Green Blue C M Y K H S L
Decimal 18 200 205 0.91 0.02 0 0.20 181.6 0.84 0.44
Hex 12 C8 CD 5B 2 0 14 B6 54 2C
Octal 22 310 315 133 2 0 24 266 124 54
Binary 10010 11001000 11001101 1011011 10 0 10100 10110110 1010100 101100

Color Harmonies of #12C8CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12C8CD

Black with #12C8CD

Text Example


Text Example

White with #12C8CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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