Html Css Color HEX #0ECFCB Robin's Egg Blue

📋 copy color: '#0ECFCB'

red 14 ◦ green 207 ◦ blue 203

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

Shades of Robin's Egg Blue #0ECFCB

Tints of Robin's Egg Blue #0ECFCB

RGB

 RED value IS 14 (5.86% from 255) = 3.3%

 GREEN value IS 207 (81.25% from 255) = 48.82%

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

R = 3.3%
G = 48.82%
B = 47.88%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#0ECFCB (or 0x0ECFCB) is known color: Robin's Egg Blue. HEX triplet: 0E, CF and CB. RGB value is (14,207,203). Sum of RGB (Red+Green+Blue) = 14+207+203=424 (56% of max value = 765). Red value is 14 (5.86% from 255 or 3.30% from 424); Green value is 207 (81.25% from 255 or 48.82% from 424); Blue value is 203 (79.69% from 255 or 47.88% from 424); Max value from RGB is 207 - color contains mainly: green. Hex color #0ECFCB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ECFCB is #F13034. Grayscale: #949494. Windows color (decimal): -15806517 or 13356814. OLE color: 13356814.

HSL color Cylindrical-coordinate representation of color #0ECFCB: hue angle of 178.76º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0ECFCB is Cyan = 0.93, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB 14 207 203 -
CMYK 0.93 0 0.02 0.19
HSL 178.76º 0.87% 0.43% -
HSV(B) 178.76º 0.93% 0.81% -
XYZ 33.27 49.03 64.21 -
YUV 148.84 158.56 31.83 -
System Red Green Blue C M Y K H S L
Decimal 14 207 203 0.93 0 0.02 0.19 178.76 0.87 0.43
Hex E CF CB 5D 0 2 13 B3 57 2B
Octal 16 317 313 135 0 2 23 263 127 53
Binary 1110 11001111 11001011 1011101 0 10 10011 10110011 1010111 101011

Color Harmonies of #0ECFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ECFCB

Black with #0ECFCB

Text Example


Text Example

White with #0ECFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0ECFCB; }

 p { color: rgb(14,207,203); }

 H1.HeaderClassName
 {
   color: #0ECFCB;
 }
 .AnyTagClassName
 {
   color: #0ECFCB;
 }
</style>

background-color css

<style>
 a { background-color: #0ECFCB; }

 a { background-color: rgb(14,207,203); }

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

border-color css

<style>
 span { border-color: #0ECFCB; }

 span { border-color: rgb(14,207,203); }

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