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

📋 copy color: '#12CECB'

red 18 ◦ green 206 ◦ blue 203

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

Shades of Robin's Egg Blue #12CECB

Tints of Robin's Egg Blue #12CECB

RGB

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

 GREEN value IS 206 (80.86% from 255) = 48.24%

 BLUE value IS 203 (79.69% from 255) = 47.54%

R = 4.22%
G = 48.24%
B = 47.54%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#12CECB (or 0x12CECB) is known color: Robin's Egg Blue. HEX triplet: 12, CE and CB. RGB value is (18,206,203). Sum of RGB (Red+Green+Blue) = 18+206+203=427 (56% of max value = 765). Red value is 18 (7.42% from 255 or 4.22% from 427); Green value is 206 (80.86% from 255 or 48.24% from 427); Blue value is 203 (79.69% from 255 or 47.54% from 427); Max value from RGB is 206 - color contains mainly: green. Hex color #12CECB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12CECB is #ED3134. Grayscale: #959595. Windows color (decimal): -15544629 or 13356562. OLE color: 13356562.

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

Color convert

RGB 18 206 203 -
CMYK 0.91 0 0.01 0.19
HSL 179.04º 0.84% 0.44% -
HSV(B) 179.04º 0.91% 0.81% -
XYZ 33.1 48.58 64.13 -
YUV 149.45 158.22 34.24 -
System Red Green Blue C M Y K H S L
Decimal 18 206 203 0.91 0 0.01 0.19 179.04 0.84 0.44
Hex 12 CE CB 5B 0 1 13 B3 54 2C
Octal 22 316 313 133 0 1 23 263 124 54
Binary 10010 11001110 11001011 1011011 0 1 10011 10110011 1010100 101100

Color Harmonies of #12CECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12CECB

Black with #12CECB

Text Example


Text Example

White with #12CECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,206,203); }

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

background-color css

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

 a { background-color: rgb(18,206,203); }

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

border-color css

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

 span { border-color: rgb(18,206,203); }

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